]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/LightApp/LightApp_PreferencesDlg.h
Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/gui.git] / src / LightApp / LightApp_PreferencesDlg.h
index 771714519db6cfd8677e06e9934395a5569a46a5..3a89ac82cb08a41ded5c5fa0dde7fff23da96afc 100644 (file)
 
 class LightApp_Preferences;
 
+/*!
+  \class LightApp_PreferencesDlg
+  Dialog for preferences edition
+*/
 class LIGHTAPP_EXPORT LightApp_PreferencesDlg : public QtxDialog
 {
   Q_OBJECT
@@ -47,6 +51,7 @@ private slots:
   void                  onHelp();
   void                  onApply();
   void                  onDefault();
+  void                  onImportPref();
 
 private:
   LightApp_Preferences* myPrefs;