From d1c5dc52a3ac4f83262d00d37a61f6bfb52d5bf4 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 26 Apr 2012 23:39:48 +0200 Subject: Places Panel: Provide dialog for editing places --- src/panels/places/placesitemmodel.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/panels/places/placesitemmodel.h') diff --git a/src/panels/places/placesitemmodel.h b/src/panels/places/placesitemmodel.h index 635ad116c..91678eee5 100644 --- a/src/panels/places/placesitemmodel.h +++ b/src/panels/places/placesitemmodel.h @@ -30,6 +30,7 @@ #include class KBookmarkManager; +class QAction; #ifdef HAVE_NEPOMUK namespace Nepomuk @@ -49,6 +50,11 @@ public: explicit PlacesItemModel(QObject* parent = 0); virtual ~PlacesItemModel(); + int hiddenCount() const; + + QAction* ejectAction(int index) const; + QAction* tearDownAction(int index) const; + private: void loadBookmarks(); -- cgit v1.3