summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-10-26 05:47:12 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-10-26 05:48:03 (GMT)
commitee0c9c7003dc020113886070b5c04dc0a7529bf4 (patch)
tree4bcb10b46991161a59a784db65c13b9dfe34ce0a /src/declarative/qml/qmlcontext_p.h
parent7eddab2dc75c79b05d86e2e4b48ac9f4cf102406 (diff)
downloadQt-ee0c9c7003dc020113886070b5c04dc0a7529bf4.zip
Qt-ee0c9c7003dc020113886070b5c04dc0a7529bf4.tar.gz
Qt-ee0c9c7003dc020113886070b5c04dc0a7529bf4.tar.bz2
Fix more warnings.
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r--src/declarative/qml/qmlcontext_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h
index 9a77e94..be7bf1d 100644
--- a/src/declarative/qml/qmlcontext_p.h
+++ b/src/declarative/qml/qmlcontext_p.h
@@ -129,7 +129,7 @@ public:
};
ContextGuard *idValues;
int idValueCount;
- void setIdProperty(const QString &, int, QObject *);
+ void setIdProperty(int, QObject *);
void setIdPropertyData(QmlIntegerCache *);
void destroyed(ContextGuard *);