mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T689 Settings validation can produce more descriptive error messages.
This commit is contained in:
@@ -314,7 +314,7 @@ namespace BlackMiscTest
|
||||
}
|
||||
|
||||
//! Is value between 0 - 100?
|
||||
bool validator(int value)
|
||||
bool validator(int value, QString &)
|
||||
{
|
||||
return value >= 0 && value <= 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user