aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/mainwindowmenubar.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-17 13:25:38 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-17 13:25:38 +0100
commit7eb573a67ea883228ff7905190ff46c0f29593b1 (patch)
treedcad511c1c844419b107f127ee07203e379b62ff /src/widgets/mainwindowmenubar.h
parentFixed release builds defining QT_DEBUG (diff)
downloadsmolbote-7eb573a67ea883228ff7905190ff46c0f29593b1.tar.xz
ProfileView dialog
Diffstat (limited to 'src/widgets/mainwindowmenubar.h')
-rw-r--r--src/widgets/mainwindowmenubar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/mainwindowmenubar.h b/src/widgets/mainwindowmenubar.h
index 5a7094b..31f01bb 100644
--- a/src/widgets/mainwindowmenubar.h
+++ b/src/widgets/mainwindowmenubar.h
@@ -34,13 +34,15 @@ public:
QAction *bookmarksAction();
QAction *downloadsAction();
+ void setProfileName(const QString &name);
private slots:
- void handleLoadProfile(MainWindow *window);
+ void handleLoadProfile(const QString &name, MainWindow *window);
private:
QAction *m_bookmarksAction;
QAction *m_downloadsAction;
+ QAction *m_profileAction;
};
#endif // MAINWINDOWMENUBAR_H