summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-07-12 08:30:40 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-22 07:32:56 -0400
commitbc9f286bce224743d244e540d55f26b55affbd4a (patch)
tree06d957f1d19e314dcb10d82e69d78dc8e1930550 /src/mainwindow.h
parent1f1b838c2b3fd3148d2c2a1a8fe6fcf9fb07383f (diff)
moved the log to a dock widget
added a menu item in the view menu for it
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 80508787..d7dbfd90 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -219,7 +219,9 @@ private:
void updatePinnedExecutables();
void setToolbarSize(const QSize& s);
void setToolbarButtonStyle(Qt::ToolButtonStyle s);
- void toolbarMenu_aboutToShow();
+
+ void updateToolbarMenu();
+ void updateViewMenu();
QMenu* createPopupMenu() override;
void activateSelectedProfile();
@@ -654,6 +656,7 @@ private slots: // ui slots
void on_actionToolBarIconsOnly_triggered();
void on_actionToolBarTextOnly_triggered();
void on_actionToolBarIconsAndText_triggered();
+ void on_actionViewLog_triggered();
void on_centralWidget_customContextMenuRequested(const QPoint &pos);
void on_bsaList_customContextMenuRequested(const QPoint &pos);