diff options
author | Itay Grudev <itay+git2020@grudev.com> | 2020-09-09 02:23:42 +0100 |
---|---|---|
committer | Itay Grudev <itay+git2020@grudev.com> | 2020-09-09 02:23:42 +0100 |
commit | eca580366526b52d3d597fdbd285bfcd96d429db (patch) | |
tree | f585e17e02a99e782607cee1bf56855926ec0ab4 /singleapplication_p.h | |
parent | Removed extra qDebug statements (diff) | |
download | singleapplication-eca580366526b52d3d597fdbd285bfcd96d429db.tar.xz |
Moved the random sleep functionality to SingleApplicationPrivate
Diffstat (limited to 'singleapplication_p.h')
-rw-r--r-- | singleapplication_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/singleapplication_p.h b/singleapplication_p.h index 9358c4b..6ecf9a6 100644 --- a/singleapplication_p.h +++ b/singleapplication_p.h @@ -81,6 +81,7 @@ public: QString primaryUser(); void readInitMessageHeader(QLocalSocket *socket); void readInitMessageBody(QLocalSocket *socket); + void randomSleep(); SingleApplication *q_ptr; QSharedMemory *memory; |