mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
Doxygen comments
This commit is contained in:
committed by
Mat Sutcliffe
parent
22cedfe710
commit
46f69217c0
@@ -21,13 +21,13 @@ namespace BlackGui
|
||||
//! Trait for directory settings
|
||||
struct TUpdateNotificationSettings : public BlackMisc::TSettingTrait<bool>
|
||||
{
|
||||
//! \copydoc BlackCore::TSettingTrait::key
|
||||
//! \copydoc BlackMisc::TSettingTrait::key
|
||||
static const char *key() { return "guiupdatenotification/%Application%"; }
|
||||
|
||||
//! \copydoc BlackCore::TSettingTrait::defaultValue
|
||||
//! \copydoc BlackMisc::TSettingTrait::defaultValue
|
||||
static const bool &defaultValue() { static const bool d = true; return d; }
|
||||
|
||||
//! \copydoc BlackCore::TSettingTrait::humanReadable
|
||||
//! \copydoc BlackMisc::TSettingTrait::humanReadable
|
||||
static const QString &humanReadable() { static const QString name("Update notification"); return name; }
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user