diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-05 16:59:46 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-05 16:59:46 +0200 |
commit | 87e45bf866e51193b8dad830ade347e06b8d497c (patch) | |
tree | 693c346d966059e86e68a7dfe641b416251407e2 /src/mainview.h | |
parent | Fixed no/no close tab confirm messagebox (diff) | |
download | rekonq-87e45bf866e51193b8dad830ade347e06b8d497c.tar.xz |
Modified loading icon displaying, from KDE icon to loading one..
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 8652a6e5..f7e1bbb9 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -143,6 +143,8 @@ private: QCompleter *m_lineEditCompleter; QStackedWidget *m_lineEdits; TabBar *m_tabBar; + + QString loadingGitPath; }; #endif |