create dynamic map tab icon

This commit is contained in:
garak
2023-02-08 09:31:39 -05:00
parent f7f06dab29
commit 72eb8f873f
10 changed files with 99 additions and 142 deletions

View File

@@ -19,14 +19,12 @@ class Layout : public QObject {
public:
Layout() {}
void copyAttributesFrom(Layout *other);
static QString layoutConstantFromName(QString mapName);
bool loaded = false;
/// !TODO
/* NEW */
QList<Map *> maps;
QString id;
QString name;
@@ -126,6 +124,4 @@ signals:
void needsRedrawing();
};
using MapLayout = Layout;
#endif // MAPLAYOUT_H