mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
This commit is contained in:
committed by
Roland Winklmeier
parent
ad0a7f9526
commit
aeb15ea7be
@@ -63,7 +63,7 @@ namespace BlackMisc
|
||||
using Validator = std::function<bool(const CVariant &)>;
|
||||
|
||||
//! Functor used to notify parent of changes.
|
||||
using NotifySlot = std::function<void(QObject *)>;
|
||||
using NotifySlot = std::pair<std::function<void(QObject *)>, void (QObject::*)()>;
|
||||
|
||||
//! Returns a new instance of the opaque Element type for use by CCached<T> to interact with CValuePage.
|
||||
//! \param key The key string of the value in the cache.
|
||||
|
||||
Reference in New Issue
Block a user