mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
Ref T689 Settings validation can produce more descriptive error messages.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace BlackMisc
|
||||
static const char *key() { return "mapping/modelconverterxbin"; }
|
||||
|
||||
//! \copydoc BlackMisc::TSettingTrait::isValid
|
||||
static bool isValid(const QString &value)
|
||||
static bool isValid(const QString &value, QString &)
|
||||
{
|
||||
if (value.isEmpty()) { return true; }
|
||||
const QFile f(value);
|
||||
|
||||
Reference in New Issue
Block a user