I get the following compile error with Qt 5.4:
qshareddata.h:166:11: error: cannot initialize a member subobject of type 'BlueSky::Internal::XmlStateRoot *' with an rvalue of type 'BlueSky::Internal::XmlState *'
: d(o.data())
^ ~~~~~~~~
Today I installed Qt 5.4 and directly stumbled upon this neat little macro: QT_ENABLE_QEXPLICITLYSHAREDDATAPOINTER_STATICCAST.
Read about it in the [Qt documentation]: http://doc-snapshot.qt-project.org/qt5-5.4/qexplicitlyshareddatapointer.html
Any clue how to resolve it?
I get the following compile error with Qt 5.4:
Today I installed Qt 5.4 and directly stumbled upon this neat little macro:
QT_ENABLE_QEXPLICITLYSHAREDDATAPOINTER_STATICCAST.Read about it in the [Qt documentation]: http://doc-snapshot.qt-project.org/qt5-5.4/qexplicitlyshareddatapointer.html
Any clue how to resolve it?