aboutsummaryrefslogtreecommitdiff
path: root/src/browser.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-05-27 17:50:22 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-05-27 17:50:22 +0200
commit8221037c77be1f7c256b2575d4a9a4a9d58a9c0d (patch)
treed2e70f9603207dbebeb0238bf15af56e24af18dd /src/browser.h
parentFilter code refactoring (diff)
downloadsmolbote-8221037c77be1f7c256b2575d4a9a4a9d58a9c0d.tar.xz
Profile improvements
* Some code refactoring * Profile dialog UI is now only created when needed * Profile selector dialog
Diffstat (limited to 'src/browser.h')
-rw-r--r--src/browser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/browser.h b/src/browser.h
index a2e6513..6c3252f 100644
--- a/src/browser.h
+++ b/src/browser.h
@@ -63,6 +63,7 @@ public:
MainWindow *mainWindow();
WebEngineProfile *profile(const QString name);
+ QStringList profiles();
public slots:
void removeWindow(MainWindow* window);