diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 23:03:45 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 23:03:45 -0400 |
| commit | 21f55da7d3688eafc9e2dbae4535cf0c554be121 (patch) | |
| tree | 5c2fe0e164d957d190fa2fb294d9d5557aff3442 /src/mainwindow.h | |
| parent | de48d430eca4042f48be461fe5dc70d7e75d5596 (diff) | |
added hide flag to executables
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
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: |
