give the selection cards their own parts instead of label blobs
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "SelectionContent.h"
|
||||
#include "SelectionContentFactory.h"
|
||||
|
||||
class QLabel;
|
||||
class StatRow;
|
||||
|
||||
// The card for selected debris (REQ-UI-DEBRIS-PANEL): the scrap still left in it.
|
||||
//
|
||||
@@ -27,5 +27,5 @@ protected:
|
||||
|
||||
private:
|
||||
std::vector<entt::entity> m_debris;
|
||||
QLabel* m_scrapLabel;
|
||||
StatRow* m_scrapRow;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user