diff options
author | Arno <am@disconnect.de> | 2013-04-06 07:38:36 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-04-06 07:38:36 +0200 |
commit | 466a1fd7de9cfe5e90d812e7370ef2d22c68f00e (patch) | |
tree | 7131f265a3a5d703f95a430b760744bcc226cb6c /configurationdialog.h | |
parent | 3956fb84ccc26d5ba3be1814192b0c377adfbad0 (diff) | |
download | SheMov-466a1fd7de9cfe5e90d812e7370ef2d22c68f00e.tar.gz SheMov-466a1fd7de9cfe5e90d812e7370ef2d22c68f00e.tar.bz2 SheMov-466a1fd7de9cfe5e90d812e7370ef2d22c68f00e.zip |
Make check for present files configurable
Add a configuration option for checking the database when browsing the
filesystem.
Diffstat (limited to 'configurationdialog.h')
-rw-r--r-- | configurationdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configurationdialog.h b/configurationdialog.h index cc074de..86d816a 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -80,6 +80,7 @@ class ConfigurationDialog : public SmDialog { QCheckBox *mAutoAddCovers; QCheckBox *mIconizeCovers; QCheckBox *mAutoRefresh; + QCheckBox *mCheckPresent; QSpinBox *mHoverOpacity; QSpinBox *mCursorOffset; QSpinBox *mPVWidth; |