Fix settings window crash on close

This commit is contained in:
GriffinR
2023-12-19 11:42:46 -05:00
parent 7f871efccb
commit cd1c3fef94
3 changed files with 14 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ public:
static const int eventsTab;
void setTab(int index);
void closeQuietly();
signals:
void reloadProject();