]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kfileitemmodelrolesupdater.h
Only perform operations with Baloo if it is enabled
[dolphin.git] / src / kitemviews / kfileitemmodelrolesupdater.h
index 216b0a501aa9b4a21fd962515e6a9da8abf130a6..6e7559fb53a7f98eb167865a45abd23eefa6e583 100644 (file)
@@ -46,6 +46,7 @@ namespace KIO {
     {
         class FileMonitor;
     }
+    #include <Baloo/IndexerConfig>
 #endif
 
 /**
@@ -335,6 +336,7 @@ private:
 
 #ifdef HAVE_BALOO
     Baloo::FileMonitor* m_balooFileMonitor;
+    Baloo::IndexerConfig m_balooConfig;
 #endif
 };