]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Set organization name, application name, application version for QSettings (required... BR_FSH_DEV BR_PARAVIS_LOT1_2 V6_0_0
authorvsr <vsr@opencascade.com>
Fri, 25 Dec 2009 13:26:22 +0000 (13:26 +0000)
committervsr <vsr@opencascade.com>
Fri, 25 Dec 2009 13:26:22 +0000 (13:26 +0000)
src/Session/SALOME_Session_Server.cxx

index d56edde6eb2982b4f6d610f12c4b45b3cf0bca54..b9fdb1525c0806e341932c0a870ba32bd3123018 100755 (executable)
@@ -347,6 +347,9 @@ int main( int argc, char **argv )
   // Create Qt application instance;
   // this should be done the very first!
   SALOME_QApplication _qappl( argc, argv );
+  _qappl.setOrganizationName( "SALOME" );
+  _qappl.setApplicationName( "SALOME" );
+  _qappl.setApplicationVersion( salomeVersion() );
 
   // Add application library path (to search style plugin etc...)
   QString path = QDir::convertSeparators( SUIT_Tools::addSlash( QString( ::getenv( "GUI_ROOT_DIR" ) ) ) + QString( "bin/salome" ) );