6 #ifndef SWIFT_GUI_SETTINGS_UPDATENOTIFICATIONSETTINGS_H
7 #define SWIFT_GUI_SETTINGS_UPDATENOTIFICATIONSETTINGS_H
12 namespace swift::gui::settings
18 static const char *
key() {
return "guiupdatenotification/%Application%"; }
23 static const bool d =
true;
30 static const QString name(
"Update notification");
Trait for directory settings.
static const bool & defaultValue()
Return the value to use in case the supplied value does not satisfy the validator....
static const QString & humanReadable()
Optional human readable name.
static const char * key()
Key string of the value. Reimplemented in derived class.
Base class for traits to be used as template argument to swift::misc::CSetting.