summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlinfo.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-09 02:37:16 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-09 02:37:16 (GMT)
commitc45309cd037d099dd23e4bce8c5a7d1d41d5ceaa (patch)
treef99c0d88793d88459da24c3cd079646f9fc5a93e /src/declarative/qml/qmlinfo.h
parent2e72795565ac73b95ada86a461735cbe8b7721ad (diff)
downloadQt-c45309cd037d099dd23e4bce8c5a7d1d41d5ceaa.zip
Qt-c45309cd037d099dd23e4bce8c5a7d1d41d5ceaa.tar.gz
Qt-c45309cd037d099dd23e4bce8c5a7d1d41d5ceaa.tar.bz2
constness fix
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