Salome HOME
#refs 327 - Polyline is not shown during creation
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataBrowser.h
index 2d79a829e88bd54db392f79a4876b9ae1d448825..11856cf6352a48de4a750a44e30f66f3761e6773 100644 (file)
@@ -46,11 +46,12 @@ public:
     \param theEntry - Entry of the object.
     \return data object.
   */
-  virtual SUIT_DataObject* findObject( const QString& ) const override;
+  virtual SUIT_DataObject* findObject( const QString& ) const;
 
 signals:
   void             dropped( const QList<SUIT_DataObject*>& theList, 
     SUIT_DataObject* theTargetParent, int theTargetRow, Qt::DropAction theDropAction );
+  void             dataChanged();
 
 private:
   HYDROGUI_Module* myModule;