Skip to content
Commit 768f67da authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fix MonitorTest's metatype issues and adapt to changes in signal order

This test was broken for a long time due to Qt not supporting qRegisterMetaType
for typedefs correctly. This has been fixed in Qt 4.7, so we can use the test now.

Slight modifications to the test were needed: the order of collectionStatisticsChanged
notifications is reversed in case of item move, and collection(Un)Subscribed signals are
now preceded by collectionChanged() signal.
parent 462d6162
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment