aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-09-29 17:38:23 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-09-29 17:38:23 +0200
commit34c06bf75797d94dc411aeaf0f326b135b95fbcf (patch)
treed913c38cabe63d4ad420bd1ad56ded1788c0052f /src/mainwindow.h
parentCode cleanup (diff)
downloadsmolbote-34c06bf75797d94dc411aeaf0f326b135b95fbcf.tar.xz
Fixed bug with tab bar not showing up
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 5d330d5..5537900 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -78,6 +78,8 @@ private:
NavigationButton *m_backButton, *m_forwardButton, *m_reloadButton;
AddressBar *m_addressBar;
LoadingBar *m_progressBar;
+
+ bool m_tabBarAdded = false;
};
#endif // MAINWINDOW_H