mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Settings, added TSettingTrait::humanReadable and used copydoc, T159 related
This commit is contained in:
committed by
Mathew Sutcliffe
parent
88a1c9f5d4
commit
7cdfe8c914
@@ -125,8 +125,11 @@ namespace BlackGui
|
||||
//! (of the parent object using this setting). If the object name is not set, it will not work correctly
|
||||
struct TDockWidget : public BlackMisc::TSettingTrait<CDockWidgetSettings>
|
||||
{
|
||||
//! Key in data cache https://dev.vatsim-germany.org/issues/776
|
||||
static const char *key() { return "guidockwidget/%Application%/%OwnerName%"; }
|
||||
//! \copydoc BlackCore::TSettingTrait::key
|
||||
static const char *key() { return "guidockwidget/%Application%/%OwnerName%"; } // Key in data cache https://dev.vatsim-germany.org/issues/776
|
||||
|
||||
//! \copydoc BlackCore::TSettingTrait::humanReadable
|
||||
static const QString &humanReadable() { static const QString name("Dockable widgets"); return name; }
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user