┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placesitemmodel.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-06-07 23:08:05 +0200
committerPeter Penz <[email protected]>2012-06-07 23:10:04 +0200
commit5c163a41c5fdb8d97138cce455c81cb5732263aa (patch)
tree07fd957ec9159d21df43f5a4c5acd019afee638f /src/panels/places/placesitemmodel.h
parentc214b3751fe6a09a298d5904b62628caeff3bc56 (diff)
Hide "Recently Accessed" and "Search for" if indexing is disabled
The bookmarks for "Recently Accessed" and "Search for" require enabled indexing not only an enabled Nepomuk. BUG: 301340 FIXED-IN: 4.9.0
Diffstat (limited to 'src/panels/places/placesitemmodel.h')
-rw-r--r--src/panels/places/placesitemmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitemmodel.h b/src/panels/places/placesitemmodel.h
index b0f66d652..a060f4549 100644
--- a/src/panels/places/placesitemmodel.h
+++ b/src/panels/places/placesitemmodel.h
@@ -260,7 +260,7 @@ private:
#endif
private:
- bool m_nepomukRunning;
+ bool m_fileIndexingEnabled;
bool m_hiddenItemsShown;
QSet<QString> m_availableDevices;