diff options
Diffstat (limited to 'src/panels/places/placesitemmodel.cpp')
| -rw-r--r-- | src/panels/places/placesitemmodel.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index 219c76698..f3162e7b2 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -66,6 +66,23 @@ PlacesItemModel::~PlacesItemModel() { } +int PlacesItemModel::hiddenCount() const +{ + return 0; +} + +QAction* PlacesItemModel::ejectAction(int index) const +{ + Q_UNUSED(index); + return 0; +} + +QAction* PlacesItemModel::tearDownAction(int index) const +{ + Q_UNUSED(index); + return 0; +} + void PlacesItemModel::loadBookmarks() { KBookmarkGroup root = m_bookmarkManager->root(); |
