Salome HOME
Windows porting
[modules/gui.git] / src / Plot2d / Plot2d_ViewModel.h
index a53f16b7b753d981e4d0372425bf9e00a93e7bef..4189f3138a5e2fee9320dab03d8c5f8004d7ac78 100755 (executable)
@@ -19,7 +19,7 @@ class PLOT2D_EXPORT Plot2d_Viewer: public SUIT_ViewModel
   Q_OBJECT
 
 public:
-  static QString Type() { return tr("Plot2d_ViewModel"); }
+  static QString Type() { return "Plot2d"; }
 
   Plot2d_Viewer(bool theAutoDel = false);
   ~Plot2d_Viewer();
@@ -35,6 +35,7 @@ public:
 
 protected slots:
   void onChangeBgColor();
+  void onDumpView();
   void onShowToolbar();
 
 private: