refs #601 CDataCache overrides connectPage to provide a queue that is more flexible than the usual Qt::QueuedConnection.

This commit is contained in:
Mathew Sutcliffe
2016-03-09 20:46:39 +00:00
parent 899d94ca74
commit 06ad77ee9d
3 changed files with 69 additions and 1 deletions

View File

@@ -246,7 +246,8 @@ namespace BlackMisc
//! \private
void valuesChanged(const BlackMisc::CValueCachePacket &values, QObject *changedBy);
private slots:
protected slots:
//! \private
void changeValues(const BlackMisc::CValueCachePacket &values);
};