mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Ref T689 Settings validation can produce more descriptive error messages.
This commit is contained in:
@@ -202,7 +202,7 @@ namespace BlackCore
|
||||
static const QString &humanReadable() { static const QString name("FSD message Logging"); return name; }
|
||||
|
||||
/* //! \copydoc BlackMisc::TSettingTrait::isValid
|
||||
static bool isValid(const CRawFsdMessageSettings &setting)
|
||||
static bool isValid(const CRawFsdMessageSettings &setting, QString &)
|
||||
{
|
||||
if (setting.areRawFsdMessagesEnabled()) { return !setting.getFileDir().isEmpty(); }
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user