Qt4/Qt5 neutral changes:
+ change inheritance of PropertyItem to not derive from BaseClass (and QObject) any more to fix crashes with Qt5
This commit is contained in:
@@ -33,7 +33,7 @@ using namespace MeshGui;
|
||||
using MeshCore::MeshKernel;
|
||||
|
||||
|
||||
TYPESYSTEM_SOURCE(MeshGui::PropertyMeshKernelItem, Gui::PropertyEditor::PropertyItem);
|
||||
PROPERTYITEM_SOURCE(MeshGui::PropertyMeshKernelItem)
|
||||
|
||||
PropertyMeshKernelItem::PropertyMeshKernelItem()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user