summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-08 23:03:45 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-10-08 23:03:45 -0400
commit21f55da7d3688eafc9e2dbae4535cf0c554be121 (patch)
tree5c2fe0e164d957d190fa2fb294d9d5557aff3442 /src/mainwindow.h
parentde48d430eca4042f48be461fe5dc70d7e75d5596 (diff)
added hide flag to executables
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index fa6a81cf..dbb1a0d5 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -397,8 +397,7 @@ private:
// when painting the count
QIcon m_originalNotificationIcon;
- Executable const &getSelectedExecutable() const;
- Executable &getSelectedExecutable();
+ Executable* getSelectedExecutable();
private slots: