X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUITApp%2FSUITApp_Application.h;h=2941f9cdc1552a191ed04437141830e0512923be;hb=refs%2Fheads%2Fngr%2Fpython3_dev_pv5.4;hp=7491d55a6e27c9415ea92efcbcd422984d9be978;hpb=762abdfad7461da17a72045a84aa26a8bd806fc0;p=modules%2Fgui.git diff --git a/src/SUITApp/SUITApp_Application.h b/src/SUITApp/SUITApp_Application.h index 7491d55a6..2941f9cdc 100644 --- a/src/SUITApp/SUITApp_Application.h +++ b/src/SUITApp/SUITApp_Application.h @@ -43,8 +43,10 @@ class SUITAPP_EXPORT SUITApp_Application : public QApplication public: SUITApp_Application( int&, char**, SUIT_ExceptionHandler* = 0 ); +// TODO (QT5 PORTING) Below is a temporary solution, to allow compiling with Qt 5 +#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) SUITApp_Application( int&, char**, Type, SUIT_ExceptionHandler* = 0 ); - +#endif virtual bool notify( QObject* receiver, QEvent* e ); SUIT_ExceptionHandler* handler() const;