┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinapplication.h
diff options
context:
space:
mode:
authorOscar Blumberg <[email protected]>2007-02-22 16:45:53 +0000
committerOscar Blumberg <[email protected]>2007-02-22 16:45:53 +0000
commitcefcbf0ef0e960db68021715d1c600b901be8501 (patch)
treeb225829718a48f7920fb14578460fcdb6aae242a /src/dolphinapplication.h
parentbf50ced73473a225d681de6b62bc05571d969664 (diff)
* Starts to add Nepomuk supports to dolphin (currently, only annotations are supported)
* Little changes in InfoSidebarPage (no more multiple label for infos & Q3Layout>QLayout) * Support infos for multiple files (only total size, what else ?) svn path=/trunk/KDE/kdebase/apps/; revision=636272
Diffstat (limited to 'src/dolphinapplication.h')
-rw-r--r--src/dolphinapplication.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinapplication.h b/src/dolphinapplication.h
index fa6a1ceee..ad95f2392 100644
--- a/src/dolphinapplication.h
+++ b/src/dolphinapplication.h
@@ -25,6 +25,7 @@
#include <kuniqueapplication.h>
class DolphinMainWindow;
+class MetadataLoader;
/**
* @brief Holds the application data which can be accessed.
@@ -51,6 +52,11 @@ public:
DolphinMainWindow* createMainWindow();
void refreshMainWindows();
+ /**
+ * Returns the metadata loader.
+ */
+ MetadataLoader* metadataLoader();
+
public slots:
int openWindow(const QString& url);