From: adam Date: Fri, 15 May 2009 08:34:03 +0000 (+0000) Subject: Fix an error on definition of preferenceChanged X-Git-Tag: V5_1_2rc1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9c1705352913946356d0f415ca2b37e015bba47;p=modules%2Fgui.git Fix an error on definition of preferenceChanged --- diff --git a/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx b/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx index 109d4c4e2..32d434592 100644 --- a/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx +++ b/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx @@ -206,7 +206,7 @@ void SALOME_PYQT_Module::onViewClosed( SUIT_ViewWindow* pview ) \param section preference resource file section \param setting preference resource name */ -void SALOME_PYQT_ModuleLight::preferenceChanged( const QString& module, +void SALOME_PYQT_Module::preferenceChanged( const QString& module, const QString& section, const QString& setting ) {