Salome HOME
refs #430: incorrect coordinates in dump polyline
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_InputPanel.cxx
index d569896ea1b73c46b9310df3deef85b6999bfd9e..03831fc4ec7ab069d5a690afa9034b6759cb2f85 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <QLayout>
 #include <QPushButton>
+#include <QDir>
 
 HYDROGUI_InputPanel::HYDROGUI_InputPanel( HYDROGUI_Module* theModule, const QString& theTitle, bool doInitLayout )
 : QDockWidget( theModule->application()->desktop() ),
@@ -94,6 +95,7 @@ void HYDROGUI_InputPanel::onCancel()
 
 void HYDROGUI_InputPanel::onHelp()
 {
+  emit panelHelp();
 }
 
 void HYDROGUI_InputPanel::closeEvent ( QCloseEvent * event )