From 8d48c62aaf14e023b49c4701c26552732e7c609b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Ander=20Pe=C3=B1alba?= Date: Fri, 20 Aug 2010 12:03:14 +0200 Subject: Bookmarks panel code reordered --- src/bookmarks/bookmarkstreemodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bookmarks/bookmarkstreemodel.h') diff --git a/src/bookmarks/bookmarkstreemodel.h b/src/bookmarks/bookmarkstreemodel.h index 0f115272..6b85365b 100644 --- a/src/bookmarks/bookmarkstreemodel.h +++ b/src/bookmarks/bookmarkstreemodel.h @@ -43,6 +43,7 @@ class BtmItem public: BtmItem(const KBookmark &bm); ~BtmItem(); + QVariant data(int role = Qt::DisplayRole) const; int row() const; int childCount() const; -- cgit v1.2.1