summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkspanel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-02 16:37:16 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-02 16:37:16 +0200
commit41c7700350e2609219bf1e6798e6f4e6cf91c8f2 (patch)
tree5947a12e45de523cf5e45c14e31a1e6520f3eba9 /src/bookmarks/bookmarkspanel.h
parentFix wrong highlights in the search strings (diff)
parentMake sure the model is only created ones (diff)
downloadrekonq-41c7700350e2609219bf1e6798e6f4e6cf91c8f2.tar.xz
Merge commit 'refs/merge-requests/196' of git://gitorious.org/rekonq/mainline into m196
Diffstat (limited to 'src/bookmarks/bookmarkspanel.h')
-rw-r--r--src/bookmarks/bookmarkspanel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bookmarks/bookmarkspanel.h b/src/bookmarks/bookmarkspanel.h
index 2418ae81..6ee2dc85 100644
--- a/src/bookmarks/bookmarkspanel.h
+++ b/src/bookmarks/bookmarkspanel.h
@@ -37,6 +37,8 @@
#include "urlpanel.h"
// Forward Declarations
+class BookmarksTreeModel;
+
class KBookmark;
class QModelIndex;
@@ -71,6 +73,7 @@ private:
virtual QAbstractItemModel* getModel();
+ BookmarksTreeModel *model;
bool m_loadingState;
};