diff options
author | Arno <am@disconnect.de> | 2013-08-11 03:42:04 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-08-11 03:42:04 +0200 |
commit | fa226c66caf80f9f5041f9616d057309e8f958c0 (patch) | |
tree | df6c66d76c69358f95c60bd1079896b07b658183 /archiveview.h | |
parent | 43fe74b668dd3927f01f2aad8c8c995d498007e1 (diff) | |
download | SheMov-fa226c66caf80f9f5041f9616d057309e8f958c0.tar.gz SheMov-fa226c66caf80f9f5041f9616d057309e8f958c0.tar.bz2 SheMov-fa226c66caf80f9f5041f9616d057309e8f958c0.zip |
Implement Favorites
Re-Implement mark as Favorites in new ArchiveView.
Also, don't block when the Collector is running again and we're trying
to update the view.
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiveview.h b/archiveview.h index c786b33..36e915c 100644 --- a/archiveview.h +++ b/archiveview.h @@ -89,6 +89,7 @@ class ArchiveTree : public SmTreeView { void editGenres(); void editMetadata(); void editSeriesPart(); + void markAsFavorite(); private: void impossible(const QString msg = tr("Unable to perform function!")); |