aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/window.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-05-28 12:32:34 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-05-28 12:32:34 +0200
commit7665ed207b67eeebde62d243c96f12054e884a4d (patch)
tree4108cc6a5c9cd19aa723af129255095024753ba7 /src/mainwindow/window.h
parentShow profile name in window title (diff)
downloadsmolbote-7665ed207b67eeebde62d243c96f12054e884a4d.tar.xz
Show view profile instead of window profile in title
Diffstat (limited to 'src/mainwindow/window.h')
-rw-r--r--src/mainwindow/window.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow/window.h b/src/mainwindow/window.h
index 4d15e8d..6431466 100644
--- a/src/mainwindow/window.h
+++ b/src/mainwindow/window.h
@@ -24,8 +24,6 @@ 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;