summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
diff options
context:
space:
mode:
authorGlen Mabey <Glen.Mabey@swri.org>2014-02-07 08:53:27 -0600
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-14 01:49:41 +0100
commit8e261ac756132baeb857fb15013cde126ffa22cc (patch)
treef8a8d3a703ecdb8a0483e3a4236d2401cef99dad /src/corelib/global/qglobal.h
parent7df3321f934e5bd618e2ad00bf801f2b7edd31df (diff)
Added #include "qnumeric.h" to qglobal.h
Including qnumeric.h causes QtGlobal to have all of the functions that the documentation indicates that it brings. Task-number: QTBUG-36715 Change-Id: Ib08ccc18a85dfe4ecd18ef1dfbfec3e90ab8ec2c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global/qglobal.h')
-rw-r--r--src/corelib/global/qglobal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h
index cd3b0fe71c..cd7899021d 100644
--- a/src/corelib/global/qglobal.h
+++ b/src/corelib/global/qglobal.h
@@ -1042,6 +1042,7 @@ QT_END_NAMESPACE
#include <QtCore/qflags.h>
#include <QtCore/qsysinfo.h>
#include <QtCore/qtypeinfo.h>
+#include <QtCore/qnumeric.h>
#endif /* __cplusplus */