diff options
author | Arno <am@disconnect.de> | 2010-12-27 16:19:10 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-12-27 16:19:10 +0100 |
commit | 6a56c5d5541bd471d78b4797ffccd378c1e73550 (patch) | |
tree | e03b5d2ac7194faf06972af57c0685d3d9961f17 /filestreemodel.h | |
parent | 51f830068cb6b4847468aced1aa654932c39bf80 (diff) | |
download | SheMov-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.h | 1 |
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 |