Are you trying to make a copy of a qobject?..\..\..\..\QtSDK\Desktop\Qt\4.7.1\mingw\include\Q tCore/qobject.h:309: error: 'QObject::QObject(const QObject&)' is private
..\QtBSPPlayer\/BSPItemProperty.h:9: error: within this context
Are you trying to make a copy of a qobject?..\..\..\..\QtSDK\Desktop\Qt\4.7.1\mingw\include\Q tCore/qobject.h:309: error: 'QObject::QObject(const QObject&)' is private
..\QtBSPPlayer\/BSPItemProperty.h:9: error: within this context
I do not think so, but if I do, then I do not know where. If I comment the core of methods addProperty() - append method generates errors and in constructor, clear method generates errors and I simply do not know why. Does these two methods use copy constructor internally??
Qt 5.3 Opensource & Creator 3.1.2
I assume that append creates a copy of the appened object, as well as functions like value
Bookmarks