mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #601 Refactor signal/slot connections from CValuePage constructor into virtual method of CValueCache
so that derived classes can override the behaviour.
This commit is contained in:
@@ -240,6 +240,8 @@ namespace BlackMisc
|
||||
Element &getElement(const QString &key, QMap<QString, ElementPtr>::const_iterator pos);
|
||||
std::tuple<CVariant, qint64, bool> getValue(const QString &key);
|
||||
|
||||
virtual void connectPage(Private::CValuePage *page);
|
||||
|
||||
signals:
|
||||
//! \private
|
||||
void valuesChanged(const BlackMisc::CValueCachePacket &values, QObject *changedBy);
|
||||
|
||||
Reference in New Issue
Block a user