QML stuff: Fix compilation for namespaced Qt.

This commit is contained in:
ck
2010-02-16 15:13:57 +01:00
parent e073099c5b
commit 69e141c32f
49 changed files with 114 additions and 29 deletions

View File

@@ -56,9 +56,11 @@
#include <stdio.h>
#include <string.h>
QT_QML_BEGIN_NAMESPACE
QT_BEGIN_NAMESPACE
extern double qstrtod(const char *s00, char const **se, bool *ok);
QT_END_NAMESPACE
QT_QML_BEGIN_NAMESPACE
#define shiftWindowsLineBreak() \
do { \