summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-11-21 11:04:42 +0100
committerArno <am@disconnect.de>2010-11-21 11:04:42 +0100
commitf4a99fc9a5bac76c6bfd10212a80d5ece3b41aac (patch)
tree02a201926099d106ccbb3a27463df69c27f3f8d0 /shemov.h
parent6a9b5c654aaf326cb078a701eb38b2d10786bf7c (diff)
downloadSheMov-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 963faf8..9ffa69b 100644
--- a/shemov.h
+++ b/shemov.h
@@ -81,6 +81,7 @@ class SheMov : public QMainWindow {
QAction *mCdupA;
QAction *mBackDirA;
QAction *mMountDvdA;
+ QAction *mMarkA;
QAction *mRenameCoverFA;
QAction *mRenameCoverBA;
QAction *mRenameCoverCA;