From b4cd91c2409d5487cb576899f22f654a5bff93e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Fri, 20 Jan 2012 21:23:45 +0100 Subject: Build fix. QBool was removed from QtBase in change I6642f43f (Remove QBool and use bool instead) Change-Id: Ia4c5d12fae8779d7e8c880755cd16e215f073a6d Reviewed-by: David Faure --- src/declarative/qml/qdeclarativeinfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/declarative/qml/qdeclarativeinfo.h b/src/declarative/qml/qdeclarativeinfo.h index 7d90bab740..c56f010d4b 100644 --- a/src/declarative/qml/qdeclarativeinfo.h +++ b/src/declarative/qml/qdeclarativeinfo.h @@ -59,7 +59,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