aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-06-30 19:14:57 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-06-30 19:14:57 +0200
commit501e2035c4207ba906aee84461f3ee427a9bce97 (patch)
treefa32316f806f9e0fe4b7f5e315dcbbb065bcd9b4 /src/mainwindow.h
parentSome MainWindow and WebViewTabBar cleanup (diff)
downloadsmolbote-501e2035c4207ba906aee84461f3ee427a9bce97.tar.xz
Status bar height capped; loading bar now hides after 2s
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ac2a335..2f5a662 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -74,7 +74,7 @@ private:
QToolBar *navigationToolBar, *tabToolBar;
WebViewTabBar *tabBar;
UrlLineEdit *urlLineEdit;
- LoadingBar *progressBar;
+ LoadingBar *m_progressBar;
};
#endif // MAINWINDOW_H