Salome HOME
refs #1278: by default objects in study are not expanded
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ExportLandCoverMapDlg.h
index 005914f2957124c3375ae1b4dac06eaa1e27832e..71674c493cfb2911c62a552005bf37fb950b6131 100644 (file)
@@ -37,6 +37,7 @@ public:
 
 protected slots:
   void             onAttrCBChecked(bool theState);
+  void             onAvFieldsChanged(const QString& theText);
 
 public:
   QString          getCurrentItem() const; 
@@ -49,6 +50,7 @@ private:
   QLabel*          myDiscrLabel;
   QLabel*          myDeflLabel;
   QDoubleSpinBox*  myDeflSpinBox;
+  QLabel*          myWarningLabel;
 };
 
 #endif