diff options
author | Arno <am@disconnect.de> | 2010-11-21 11:04:42 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-11-21 11:04:42 +0100 |
commit | f4a99fc9a5bac76c6bfd10212a80d5ece3b41aac (patch) | |
tree | 02a201926099d106ccbb3a27463df69c27f3f8d0 /shemov.h | |
parent | 6a9b5c654aaf326cb078a701eb38b2d10786bf7c (diff) | |
download | SheMov-f4a99fc9a5bac76c6bfd10212a80d5ece3b41aac.tar.gz SheMov-f4a99fc9a5bac76c6bfd10212a80d5ece3b41aac.tar.bz2 SheMov-f4a99fc9a5bac76c6bfd10212a80d5ece3b41aac.zip |
Implemented mark as seen
Added new action to mark files as seen. Marked files have the foreground
color red.
For this the database connection is needed quite early, so I had to call
SmGlobals::instance() in the constructor of SheMov without using it.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ class SheMov : public QMainWindow { QAction *mCdupA; QAction *mBackDirA; QAction *mMountDvdA; + QAction *mMarkA; QAction *mRenameCoverFA; QAction *mRenameCoverBA; QAction *mRenameCoverCA; |