diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 15:22:11 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 15:22:11 -0400 |
| commit | 41ef9813dd7b3b7587afe8dfe3a16f2711200edb (patch) | |
| tree | 5e7bad8eb03f0561fee7886b69a97fd58f954a1e /src/mainwindow.h | |
| parent | 746e9c08e68ed7e44e6ef4e29b250c73b9c21440 (diff) | |
moved links to a new dedicated toolbar
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 96660aeb..8e50fa2e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -316,8 +316,6 @@ private: Ui::MainWindow *ui; - QAction *m_Sep; // Executable Shortcuts are added after this. Non owning. - bool m_WasVisible; MOBase::TutorialControl m_Tutorial; @@ -594,7 +592,7 @@ private slots: */ void allowListResize(); - void toolBar_customContextMenuRequested(const QPoint &point); + void linksToolBar_customContextMenuRequested(const QPoint &point); void removeFromToolbar(); void overwriteClosed(int); |
