]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Regression: anchors are not regarded.
authorjfa <jfa@opencascade.com>
Wed, 11 Jan 2012 12:42:52 +0000 (12:42 +0000)
committerjfa <jfa@opencascade.com>
Wed, 11 Jan 2012 12:42:52 +0000 (12:42 +0000)
src/LightApp/LightApp_Application.cxx

index da90ed0a7968ad06cd49f552c1d7eca979ee5640..0b27b468c2eebf7728a2453b12e186d5ccedf830 100644 (file)
@@ -236,12 +236,9 @@ extern "C" LIGHTAPP_EXPORT SUIT_Application* createApplication()
 LightApp_Preferences* LightApp_Application::_prefs_ = 0;
 
 
-static inline QString getFile(){
-#ifdef WIN32
+static inline QString getFile()
+{
   return QString( "file://" );
-#else
-  return QString( "file:" );
-#endif
 }