diff options
author | Arno <am@disconnect.de> | 2011-01-16 15:04:41 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-01-16 15:04:41 +0100 |
commit | afd74157ef705fa2b0323727b3a37e2806bb0730 (patch) | |
tree | cb4ed7f5ea467cc9293bca428ff42e5f596a2e96 /configurationdialog.h | |
parent | f4a2553aa56939721bcd82d8ad9bffbaecd0647a (diff) | |
download | SheMov-afd74157ef705fa2b0323727b3a37e2806bb0730.tar.gz SheMov-afd74157ef705fa2b0323727b3a37e2806bb0730.tar.bz2 SheMov-afd74157ef705fa2b0323727b3a37e2806bb0730.zip |
Implement favorites
SeriesParts can be marked as favorites. They won't be selectable when
filtering by local Movies only.
Diffstat (limited to 'configurationdialog.h')
-rw-r--r-- | configurationdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configurationdialog.h b/configurationdialog.h index e33928f..2b7d12c 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -74,6 +74,7 @@ class ConfigurationDialog : public QDialog { QLabel *mFontColor; QLabel *mLocalColor; QLabel *mArchivedColor; + QLabel *mFavoriteColor; QPushButton *mSeenButton; QPushButton *mClipboardButton; QPushButton *mBaseButton; @@ -81,6 +82,7 @@ class ConfigurationDialog : public QDialog { QPushButton *mFontColorButton; QPushButton *mLocalColorButton; QPushButton *mArchivedColorButton; + QPushButton *mFavoriteColorButton; QCheckBox *mAlternateColors; QHash<QWidget*, QColor> mColors; QStandardItemModel *mIconModel; |