Fix crash with open windows when switching projects

This commit is contained in:
GriffinR
2020-03-31 12:41:15 -04:00
parent e9210f96aa
commit c28730e834
2 changed files with 13 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ private:
bool openRecentProject();
void updateTilesetEditor();
QString getEventGroupFromTabWidget(QWidget *tab);
void closeSupplementaryWindows();
bool isProjectOpen();
};