diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-09 21:39:22 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2017-12-10 02:53:19 +0200 |
| commit | 66b17eea8ac83ee6f7b729974240d995a1e8ed3a (patch) | |
| tree | 8a89aef1c9122dc7b233aa823880d9f60231e91f /src/mainwindow.h | |
| parent | 89b1f1d48dd05b372abca64b311b1107f044a897 (diff) | |
Wait for processes run using command line shortcuts
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index cec6c407..f6f11157 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -116,10 +116,8 @@ public: void storeSettings(QSettings &settings) override;
void readSettings();
- virtual void lock() override;
+ virtual ILockedWaitingForProcess* lock() override;
virtual void unlock() override;
- virtual bool unlockClicked() override;
- virtual void setProcessName(QString const &name) override;
bool addProfile();
void refreshDataTree();
|
