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 /shemov.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 'shemov.h')
-rw-r--r-- | shemov.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -141,7 +141,8 @@ class SheMov : public QMainWindow { QAction *mArchiveViewGenresA; QAction *mArchiveViewPartnoA; QAction *mArchiveViewMetadataA; - QAction *mRefreshArchiveA; + QAction *mArchiveViewRefreshA; + QAction *mArchiveViewMarkFavA; QActionGroup *mArchiveFilesAG; //ArchiveFiles actions |