summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-05 16:59:46 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-05 16:59:46 +0200
commit87e45bf866e51193b8dad830ade347e06b8d497c (patch)
tree693c346d966059e86e68a7dfe641b416251407e2 /src/mainview.h
parentFixed no/no close tab confirm messagebox (diff)
downloadrekonq-87e45bf866e51193b8dad830ade347e06b8d497c.tar.xz
Modified loading icon displaying, from KDE icon to loading one..
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
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