You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered: