mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Typo
This commit is contained in:
committed by
Mathew Sutcliffe
parent
09a71feef4
commit
d4fbf8b49c
@@ -72,10 +72,10 @@ namespace BlackCore
|
|||||||
//! Uploading of crash dumps is enabled or disabled
|
//! Uploading of crash dumps is enabled or disabled
|
||||||
struct TCrashDumpUploadEnabled : public BlackMisc::TSettingTrait<bool>
|
struct TCrashDumpUploadEnabled : public BlackMisc::TSettingTrait<bool>
|
||||||
{
|
{
|
||||||
//! \copydoc BlackCore::TSettingTrait::key
|
//! \copydoc BlackMisc::TSettingTrait::key
|
||||||
static const char *key() { return "application/crashdumpuploadenabled"; }
|
static const char *key() { return "application/crashdumpuploadenabled"; }
|
||||||
|
|
||||||
//! \copydoc BlackCore::TSettingTrait::defaultValue
|
//! \copydoc BlackMisc::TSettingTrait::defaultValue
|
||||||
static bool defaultValue() { return true; }
|
static bool defaultValue() { return true; }
|
||||||
};
|
};
|
||||||
} // ns
|
} // ns
|
||||||
|
|||||||
Reference in New Issue
Block a user