Handle tagging (optional) in the main window

The include may be off but at the moment KFileMetaData is borked..
This commit is contained in:
Luca Beltrame 2015-02-24 00:17:08 +01:00
parent 4955cc93bd
commit a35b9520e5
2 changed files with 20 additions and 6 deletions

View file

@ -100,7 +100,7 @@ private Q_SLOTS:
void downloadPosts();
void optionsPreferences();
void loadSettings();
void slotHandleDownload(const QUrl &url);
void slotHandleDownload(const QUrl &url, QVariant tags);
void searchTag(const QModelIndex &index);
};