summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2017-12-09 23:44:21 -0600
committerGitHub <noreply@github.com>2017-12-09 23:44:21 -0600
commitb2d7181ca77980622f27a5e2a27c636d25a0a598 (patch)
treec3e2280cf8e2caa025a0856d4f8a7165149e76ac /src/mainwindow.h
parent0aaece55d8b5bb392523db4ee96029d0567294e8 (diff)
parent689248619ada12eb9e50ea40963a04c946cb3e13 (diff)
Merge pull request #139 from erasmux/better_diagnostics_and_shortcuts_fix
Better diagnostics and shortcuts fix
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
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();