qt5base-lts/src/gui
Thiago Macieira 3e930baa98 Use Q_STATIC_ASSERT to check that the array has the right size
No need to sprinkle the code with Q_ASSERT. We don't want this to fail
to the user anyway. By using a Q_STATIC_ASSERT, a failure will be
immediately reported to the developer.

This also solves a warning found by Clang 3.4:
error: unused variable 'pageSizesCount' [-Werror,-Wunused-const-variable]

Change-Id: I79cf72c64242ad395276ce4360c59ad81112d9eb
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2014-04-05 05:23:03 +02:00
..
accessible Merge remote-tracking branch 'origin/stable' into dev 2014-02-07 13:07:25 +01:00
animation Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
doc Doc: Fix Qt Gui filter name in Assistant 2014-04-03 11:07:07 +02:00
image If no screens, attempting to create a window results in clean exit 2014-03-29 21:22:38 +01:00
itemmodels Doc: Adding mark-up to boolean default values. 2013-10-08 00:46:27 +02:00
kernel QNX: Surpress manual window activation during showFullScreen 2014-04-05 02:27:31 +02:00
math3d Revert some previously added constexpr in QVector?d classes 2014-03-10 16:04:28 +01:00
opengl purge vestiges of opengl es 1 support 2014-04-04 19:32:21 +02:00
painting Use Q_STATIC_ASSERT to check that the array has the right size 2014-04-05 05:23:03 +02:00
text QTextLayout: Fix cursor movement from invalid position 2014-04-04 19:32:21 +02:00
util Don't ignore horizontal alignment for items with baseline alignments 2014-02-14 10:51:44 +01:00
gui.pro purge vestiges of opengl es 1 support 2014-04-04 19:32:21 +02:00
Qt5GuiConfigExtras.cmake.in Try to find GL headers in Mac SDKs. 2013-11-15 20:24:59 +01:00
QtGui.dynlist Add dynlist file for QtGui 2013-03-18 17:11:04 +01:00