diff options
author | Itay Grudev <itay+git2020@grudev.com> | 2020-09-09 00:28:02 +0100 |
---|---|---|
committer | Itay Grudev <itay+git2020@grudev.com> | 2020-09-09 00:28:02 +0100 |
commit | e4282f2476c723b73b51bf7374cc11961332d796 (patch) | |
tree | 8f82d51a8036aff6622cfcb1470825bd973dd269 /singleapplication.h | |
parent | Bug Fix: Fixed situation in which the memory block is left unlocked (diff) | |
download | singleapplication-e4282f2476c723b73b51bf7374cc11961332d796.tar.xz |
Mitigated possible race condition during app startup
Diffstat (limited to 'singleapplication.h')
-rw-r--r-- | singleapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/singleapplication.h b/singleapplication.h index fd806a3..cba6a91 100644 --- a/singleapplication.h +++ b/singleapplication.h @@ -140,6 +140,7 @@ Q_SIGNALS: private: SingleApplicationPrivate *d_ptr; Q_DECLARE_PRIVATE(SingleApplication) + void abortSafely(); }; Q_DECLARE_OPERATORS_FOR_FLAGS(SingleApplication::Options) |