aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-08-24 20:13:27 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-08-24 20:13:27 +0200
commit1fcbe65981295f11d8a09b61a09736ba2a1b44b7 (patch)
treee441005f59280464331b6e24b1eb95d9eaca7c33 /src/mainwindow.h
parentAStyle pass (diff)
downloadsmolbote-1fcbe65981295f11d8a09b61a09736ba2a1b44b7.tar.xz
Implemented Print to PDF action
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index b0572c5..cf0bac5 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -69,6 +69,7 @@ private:
Ui::MainWindow *ui;
QToolBar *navigationToolBar, *tabToolBar;
WebViewTabBar *tabBar;
+ WebView *m_currentView;
AddressBar *m_addressBar;
LoadingBar *m_progressBar;
};