From cefcbf0ef0e960db68021715d1c600b901be8501 Mon Sep 17 00:00:00 2001 From: Oscar Blumberg Date: Thu, 22 Feb 2007 16:45:53 +0000 Subject: * 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 --- src/dolphinapplication.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinapplication.h') 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 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); -- cgit v1.3