diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-15 21:56:50 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-15 21:56:50 -0500 |
| commit | f3c5cebb6e9262625105d4339a54a810d7816811 (patch) | |
| tree | f8a241de842327e80581b504a042f93d79e4d0e8 /src/shared/util.h | |
| parent | dcf88361d49da262acaac335d1317a5d7ef42ded (diff) | |
fixed exiting before QThread joins when pressing the X twice
Diffstat (limited to 'src/shared/util.h')
| -rw-r--r-- | src/shared/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index e87244b6..e8a58549 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -65,6 +65,7 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(ExitFlags); bool ExitModOrganizer(ExitFlags e=Exit::Normal);
bool ModOrganizerExiting();
+bool ModOrganizerCanCloseNow();
void ResetExitFlag();
#endif // UTIL_H
|
