summaryrefslogtreecommitdiffstats
path: root/filestreemodel.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-12-27 16:19:10 +0100
committerArno <am@disconnect.de>2010-12-27 16:19:10 +0100
commit6a56c5d5541bd471d78b4797ffccd378c1e73550 (patch)
treee03b5d2ac7194faf06972af57c0685d3d9961f17 /filestreemodel.h
parent51f830068cb6b4847468aced1aa654932c39bf80 (diff)
downloadSheMov-6a56c5d5541bd471d78b4797ffccd378c1e73550.tar.gz
SheMov-6a56c5d5541bd471d78b4797ffccd378c1e73550.tar.bz2
SheMov-6a56c5d5541bd471d78b4797ffccd378c1e73550.zip
Configuration option for archived files
Added color selection for archived files to make more clearly which files aren't present on the filesystem.
Diffstat (limited to 'filestreemodel.h')
-rw-r--r--filestreemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filestreemodel.h b/filestreemodel.h
index c31b282..af8dfbb 100644
--- a/filestreemodel.h
+++ b/filestreemodel.h
@@ -86,6 +86,7 @@ class FilesTreeModel : public SmTreeModel {
int mMode;
const int mMagic;
QColor mLocalColor;
+ QColor mArchivedColor;
};
#endif // FILESTREEMODEL_H