diff options
| author | Sebastian Trueg <[email protected]> | 2007-03-20 09:01:22 +0000 |
|---|---|---|
| committer | Sebastian Trueg <[email protected]> | 2007-03-20 09:01:22 +0000 |
| commit | 4af3a2dcb43d053865af282c2492cc60c4b438d2 (patch) | |
| tree | 59afb2b48c642eba14d8f0a72582bd17e344bf0f /src/dolphinapplication.h | |
| parent | 397b9bd4502a5aeab7da54dfcce0e4faa4a59ee4 (diff) | |
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
Diffstat (limited to 'src/dolphinapplication.h')
| -rw-r--r-- | src/dolphinapplication.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <kuniqueapplication.h> 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); |
