X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_DataTreeModel.h;h=0fa8f6380b5c145f3add8221916d1326f03cdda0;hb=013eda84dcea4a427d406c5c75ba7870f4124b7f;hp=0e45f455595c3ed370444894f4c53913b84a1279;hpb=ba9dc8b33b685e6aceeef4632f430e15208e7714;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_DataTreeModel.h b/src/PartSet/PartSet_DataTreeModel.h index 0e45f4555..0fa8f6380 100644 --- a/src/PartSet/PartSet_DataTreeModel.h +++ b/src/PartSet/PartSet_DataTreeModel.h @@ -22,11 +22,7 @@ class PARTSET_EXPORT PartSet_FeaturesModel : public QAbstractItemModel public: /// Constructor /// \param theParent a parent object - PartSet_FeaturesModel(QObject* theParent) - : QAbstractItemModel(theParent), - myItemsColor(Qt::black) - { - } + PartSet_FeaturesModel(QObject* theParent); //! Returns Feature object by the given Model index. //! Returns 0 if the given index is not index of a feature @@ -70,14 +66,9 @@ class PartSet_PartModel : public PartSet_FeaturesModel public: /// Constructor /// \param theParent a parent object - PartSet_PartModel(QObject* theParent) - : PartSet_FeaturesModel(theParent) - { - } - ~PartSet_PartModel() - { - myPart = FeaturePtr(); - } + PartSet_PartModel(QObject* theParent); + /// Destructor + ~PartSet_PartModel(); /// Set part id /// \param theId a new id