diff options
Diffstat (limited to 'filestreemodel.h')
-rw-r--r-- | filestreemodel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/filestreemodel.h b/filestreemodel.h index 7acca2c..23e5f75 100644 --- a/filestreemodel.h +++ b/filestreemodel.h @@ -12,6 +12,7 @@ #include <QList> #include <QHash> #include <QMap> +#include <QColor> #include "smtreemodel.h" @@ -56,6 +57,9 @@ class FilesTreeModel : public SmTreeModel { void readCache(); void writeCache(); + public slots: + void readSettings(); + private: //functions void populate(QSqlQuery &filesQuery); @@ -80,6 +84,7 @@ class FilesTreeModel : public SmTreeModel { SeriesTreeModel *mSeriesModel; int mMode; const int mMagic; + QColor mLocalColor; }; #endif // FILESTREEMODEL_H |