mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-23 09:06:45 -05:00
create dynamic map tab icon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user