mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-12 03:45:51 -05:00
New JSON config cleanup and testing
This commit is contained in:
@@ -37,5 +37,5 @@ public:
|
||||
bool eventFilter(QObject *obj, QEvent *event) override;
|
||||
private:
|
||||
bool m_loggingEnabled = true;
|
||||
QSet<QObject*> m_wasShown;
|
||||
QSet<QObject*> m_shown;
|
||||
};
|
||||
|
||||
@@ -71,6 +71,7 @@ private:
|
||||
void addNewGlobalConstant();
|
||||
void addGlobalConstant(const QString &name, const QString &expression);
|
||||
QMap<QString,QString> getGlobalConstants();
|
||||
BaseGame::Version getBaseGameVersion() const;
|
||||
|
||||
private slots:
|
||||
void dialogButtonClicked(QAbstractButton *button);
|
||||
|
||||
Reference in New Issue
Block a user