rect.setSize( QSize( w, h ) );
}
- QRegExp posRx( "([+|-]\\d+\%?)\\s*([+|-]\\d+\%?)" );
+ QRegExp posRx( "([+|-]\\d+%?)\\s*([+|-]\\d+%?)" );
if ( posRx.indexIn( geom ) != -1 )
{
int x = -1;
#include <QObject>
#include <QString>
+#ifdef WIN32
+#include <windows.h>
+#endif
+
#ifdef WIN32
#define LIB_HANDLE HINSTANCE
#else
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