summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlinfo.h')
-rw-r--r--src/declarative/qml/qmlinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlinfo.h b/src/declarative/qml/qmlinfo.h
index 2e26ea4..1660aa2 100644
--- a/src/declarative/qml/qmlinfo.h
+++ b/src/declarative/qml/qmlinfo.h
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-Q_DECLARATIVE_EXPORT void qmlInfo(const QString& msg, QObject *me=0);
+Q_DECLARATIVE_EXPORT void qmlInfo(const QString& msg, const QObject *me=0);
QT_END_NAMESPACE