better with qt_noop()

--HG--
branch : DialogTools
This commit is contained in:
Patrick Proy 2014-05-31 21:43:03 +02:00
parent db3dca6958
commit cd76068a0f

View file

@ -342,7 +342,7 @@ extern const QString in_Oprt;
#endif /* Q_OS_WIN32 */ #endif /* Q_OS_WIN32 */
#else // define but disable this function if debugging is not set #else // define but disable this function if debugging is not set
#define SCASSERT(cond) #define SCASSERT(cond) qt_noop();
#endif /* QT_NO_DEBUG */ #endif /* QT_NO_DEBUG */
#endif // OPTIONS_H #endif // OPTIONS_H