From 7665ed207b67eeebde62d243c96f12054e884a4d Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 28 May 2018 12:32:34 +0200 Subject: Show view profile instead of window profile in title --- src/mainwindow/window.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainwindow/window.h') 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 &config, QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags()); ~Window() override; - void setWindowTitle(const QString &title); - WebView *currentView(); WebView *view(int index) const; -- cgit v1.2.1