aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-06-24 10:23:13 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-06-24 10:23:13 +0200
commit7f686d7740cab02f92d158df487341dbc0513b61 (patch)
treee4a8e255309458ae4bc536652ed80d063a3e2753 /src/mainwindow.h
parentFixed crash when closing last tab (diff)
downloadsmolbote-7f686d7740cab02f92d158df487341dbc0513b61.tar.xz
Some MainWindow and WebViewTabBar cleanup
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index a1cbcc0..ac2a335 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -70,9 +70,6 @@ private slots:
void handleTitleUpdated(const QString &title);
private:
- WebEngineProfile *m_profile = nullptr;
-
- // ui
Ui::MainWindow *ui;
QToolBar *navigationToolBar, *tabToolBar;
WebViewTabBar *tabBar;