]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
no message
authorstv <stv@opencascade.com>
Wed, 16 May 2007 07:33:01 +0000 (07:33 +0000)
committerstv <stv@opencascade.com>
Wed, 16 May 2007 07:33:01 +0000 (07:33 +0000)
src/Qtx/QtxMainWindow.cxx
src/SUIT/SUIT_Session.h

index a0d5f67f8044d4d3547e75fca5e9d3ebc07808f6..7ca329ac2e8ef97af7f0206c0384f554cafb79b9 100644 (file)
@@ -296,7 +296,7 @@ void QtxMainWindow::retrieveGeometry( const QString& str )
       rect.setSize( QSize( w, h ) );
   }
 
-  QRegExp posRx( "([+|-]\\d+\%?)\\s*([+|-]\\d+\%?)" );
+  QRegExp posRx( "([+|-]\\d+%?)\\s*([+|-]\\d+%?)" );
   if ( posRx.indexIn( geom ) != -1 )
   {
     int x = -1;
index a6655aeebaa3076201cec63f87593c8d20b2693c..f62d697c1f1020542f7e8de496efaeaf5beeeac1 100755 (executable)
 #include <QObject>
 #include <QString>
 
+#ifdef WIN32
+#include <windows.h>
+#endif
+
 #ifdef WIN32
 #define LIB_HANDLE HINSTANCE
 #else
@@ -44,7 +48,7 @@ class SUIT_ExceptionHandler;
   by static function "createApplication" in external library. The Library must be loaded with \n
   loadLibrary method and after that application can be started.
 */
-class SUIT_EXPORT SUIT_Session: public QObject
+class SUIT_EXPORT SUIT_Session : public QObject
 {
   Q_OBJECT