mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
Ref T689 Settings validation can produce more descriptive error messages.
This commit is contained in:
@@ -106,7 +106,7 @@ namespace BlackGui
|
||||
static const QString &humanReadable() { static const QString name("View update"); return name; }
|
||||
|
||||
//! \copydoc BlackMisc::TSettingTrait::isValid
|
||||
static bool isValid(const CViewUpdateSettings &settings) { return settings.isValid(); }
|
||||
static bool isValid(const CViewUpdateSettings &settings, QString &) { return settings.isValid(); }
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user