summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-26 13:41:12 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-29 23:00:53 +0100
commitb28d56588a93852a8c7034a3b8b3c9146d1d8b28 (patch)
tree2c61ced436db78248451e52908c6828fbfaf7a7c
parenta541997abfb3f24a63ad4b24a5fddaf5e6fef127 (diff)
Generate forward header (QtMath) for the math operations with syncqt
Change-Id: Ief5b5871a5d56bb606e09efcfd3a1422dcfbcd08 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/corelib/kernel/qmath.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qmath.h b/src/corelib/kernel/qmath.h
index ce49a91e93..75ec55f845 100644
--- a/src/corelib/kernel/qmath.h
+++ b/src/corelib/kernel/qmath.h
@@ -42,6 +42,10 @@
#ifndef QMATH_H
#define QMATH_H
+#if 0
+#pragma qt_class(QtMath)
+#endif
+
#include <math.h>
#include <QtCore/qglobal.h>