aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/window.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-28 11:54:11 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-28 11:54:11 +0200
commit54f425f4013938d1736aad220bb6a48703bfeae7 (patch)
tree6a2d09e54e41b3a5c61cfbcd9f934017ed1b0f04 /src/mainwindow/window.h
parentChanging Window profile (diff)
downloadsmolbote-54f425f4013938d1736aad220bb6a48703bfeae7.tar.xz
Show profile name in window title
Diffstat (limited to 'src/mainwindow/window.h')
-rw-r--r--src/mainwindow/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow/window.h b/src/mainwindow/window.h
index 6431466..4d15e8d 100644
--- a/src/mainwindow/window.h
+++ b/src/mainwindow/window.h
@@ -24,6 +24,8 @@ public:
explicit Window(const QHash<QString, QString> &config, QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
~Window() override;
+ void setWindowTitle(const QString &title);
+
WebView *currentView();
WebView *view(int index) const;