Change the way application is identified to share single running HelpBrowser between SALOME sessions even if there are several different installations.
QtSingleApplication::setApplicationName( "salome" );
+ // specify application identifier via its name
+ QFileInfo fi( argv[0] );
+
// create application instance
- QtSingleApplication instance( argc, argv );
+ QtSingleApplication instance( fi.fileName(), argc, argv );
// parse command line arguments