aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativeinfo.h')
-rw-r--r--src/declarative/qml/qdeclarativeinfo.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/declarative/qml/qdeclarativeinfo.h b/src/declarative/qml/qdeclarativeinfo.h
index e97d841217..43dd359e6c 100644
--- a/src/declarative/qml/qdeclarativeinfo.h
+++ b/src/declarative/qml/qdeclarativeinfo.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
**
@@ -50,7 +50,6 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
-QT_MODULE(Declarative)
class QDeclarativeInfoPrivate;
class Q_DECLARATIVE_EXPORT QDeclarativeInfo : public QDebug
@@ -60,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; }