Use applicationName() for window titles, clean up some remaining TODO items

This commit is contained in:
GriffinR
2024-12-14 16:22:28 -05:00
parent 4209c3e3f8
commit bdd64a6c6b
24 changed files with 221 additions and 160 deletions

View File

@@ -107,7 +107,7 @@ public:
private:
QString m_name;
QString m_constantName;
QString m_layoutId; // TODO: Why do we do half this->layout()->id and half this->layoutId. Should these ever be different?
QString m_layoutId;
QString m_sharedEventsMap = "";
QString m_sharedScriptsMap = "";

View File

@@ -14,8 +14,6 @@ class LayoutPixmapItem;
class CollisionPixmapItem;
class BorderMetatilesPixmapItem;
// TODO: Privatize members as appropriate
class Layout : public QObject {
Q_OBJECT
public: