From 4af3a2dcb43d053865af282c2492cc60c4b438d2 Mon Sep 17 00:00:00 2001 From: Sebastian Trueg Date: Tue, 20 Mar 2007 09:01:22 +0000 Subject: Improved KMetaData integration. The Dolphin info sidebar now uses KMetaData to allow file rating, commenting, and tagging. This commit is indended to show what can be done with KMetaData in an easy way. The GUI is not perfect yet. svn path=/trunk/KDE/kdebase/apps/; revision=644510 --- src/dolphinapplication.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/dolphinapplication.h') diff --git a/src/dolphinapplication.h b/src/dolphinapplication.h index ad95f2392..fa6a1ceee 100644 --- a/src/dolphinapplication.h +++ b/src/dolphinapplication.h @@ -25,7 +25,6 @@ #include class DolphinMainWindow; -class MetadataLoader; /** * @brief Holds the application data which can be accessed. @@ -52,11 +51,6 @@ public: DolphinMainWindow* createMainWindow(); void refreshMainWindows(); - /** - * Returns the metadata loader. - */ - MetadataLoader* metadataLoader(); - public slots: int openWindow(const QString& url); -- cgit v1.3