Salome HOME
Workaround for bug #25637
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.h
index 11a891dfdb0ad549e4ce8af71a525547ec31a17c..7cd1f90d6e7b8e3bb9bb439d1962a33ef6b446de 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 #ifndef XGUI_VIEWERPROXY_H
 #define XGUI_VIEWERPROXY_H
 
@@ -61,6 +63,9 @@ Q_OBJECT
   /// Remove all selection filters from the viewer
   virtual void clearSelectionFilters();
 
+  /// Update current viewer
+  virtual void update();
+
 private slots:
   void onTryCloseView(AppElements_ViewWindow*);
   void onDeleteView(AppElements_ViewWindow*);