[Interest] Aligning QProgressBar inside a QSplashScreen

Mandeep Sandhu mandeepsandhu.chd at gmail.com
Thu Oct 4 07:02:38 CEST 2012


>> Q_ASSERT just prints an assert information in debug
>
> Not really.
>
> Q_ASSERT, if it fails, calls qt_assert, which will abort the application with
> a core dump (SIGABRT) or, on Windows, call the debugger routines indicating
> failure.
>
> Q_ASSERTs are not survivable. If you trip one, the application terminates.

...and its a no-op if QT_NO_DEBUG is defined.

-mandeep



More information about the Interest mailing list