diff options
| author | Oscar Blumberg <[email protected]> | 2007-02-22 16:45:53 +0000 |
|---|---|---|
| committer | Oscar Blumberg <[email protected]> | 2007-02-22 16:45:53 +0000 |
| commit | cefcbf0ef0e960db68021715d1c600b901be8501 (patch) | |
| tree | b225829718a48f7920fb14578460fcdb6aae242a /src/dolphinapplication.h | |
| parent | bf50ced73473a225d681de6b62bc05571d969664 (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.h | 6 |
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); |
