We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ac224 commit 6128744Copy full SHA for 6128744
generator/qtscript_masterinclude.h
@@ -48,6 +48,12 @@
48
#define QOPENGLFUNCTIONS_H
49
#define QOPENGLEXTRAFUNCTIONS_H
50
51
+// our compiler can't handle the templates for singleShot (int Qt 5.12), but we can circumvent this with
52
+// Q_CLANG_QDOC for the moment:
53
+#define Q_CLANG_QDOC
54
+#include <QtCore/QTimer>
55
+#undef Q_CLANG_QDOC
56
+
57
#include <QtCore/QtCore>
58
#include <QtGui/QtGui>
59
#include <QtNetwork/QtNetwork>
0 commit comments