mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T689 Settings validation can produce more descriptive error messages.
This commit is contained in:
@@ -72,7 +72,7 @@ namespace BlackMisc
|
||||
struct Element;
|
||||
|
||||
//! Functor used for validating values.
|
||||
using Validator = std::function<bool(const CVariant &)>;
|
||||
using Validator = std::function<bool(const CVariant &, QString &)>;
|
||||
|
||||
//! Functor used to notify parent of changes.
|
||||
using NotifySlot = std::pair<std::function<void(QObject *)>, void (QObject::*)()>;
|
||||
|
||||
Reference in New Issue
Block a user