Salome HOME
Issue #653 - Double and triple click edges -- Fix Debian dynamic_pointer_cast problem...
[modules/shaper.git] / src / ModuleBase / ModuleBase_IPropertyPanel.h
index 59c2f8435a90b9500e244080227644b642348edb..12c96548e6a11cd27ed5b1be4152303d9a3b63dd 100644 (file)
@@ -27,7 +27,7 @@ Q_OBJECT
 public:
   /// Constructor
   /// \param theParent is a parent of the property panel
-  ModuleBase_IPropertyPanel(QWidget* theParent) : QDockWidget(theParent), myIsEditing(false) {}
+  ModuleBase_IPropertyPanel(QWidget* theParent);
 
   /// Returns currently active widget
   virtual ModuleBase_ModelWidget* activeWidget() const = 0;