From f973bb1730e1138f9c745d142c1f2f5d9c53b456 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Tue, 31 Jan 2012 13:58:44 +1000 Subject: Fix compile failures. Remove uses of QLineControl, QTextControl and QBool and forward declared QGraphicsWidget. Change-Id: Ic5184a1d5aebfb1100ad0e24444b6773f4e617e8 Reviewed-by: Matthew Vogt --- src/declarative/qml/qdeclarativeinfo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/declarative/qml/qdeclarativeinfo.h') diff --git a/src/declarative/qml/qdeclarativeinfo.h b/src/declarative/qml/qdeclarativeinfo.h index 206c2702..d4abba8a 100644 --- a/src/declarative/qml/qdeclarativeinfo.h +++ b/src/declarative/qml/qdeclarativeinfo.h @@ -60,7 +60,6 @@ public: ~QDeclarativeInfo(); inline QDeclarativeInfo &operator<<(QChar t) { QDebug::operator<<(t); return *this; } - inline QDeclarativeInfo &operator<<(QBool t) { QDebug::operator<<(t); return *this; } inline QDeclarativeInfo &operator<<(bool t) { QDebug::operator<<(t); return *this; } inline QDeclarativeInfo &operator<<(char t) { QDebug::operator<<(t); return *this; } inline QDeclarativeInfo &operator<<(signed short t) { QDebug::operator<<(t); return *this; } -- cgit v1.2.3