summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-27 05:20:37 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-27 05:20:37 (GMT)
commit752a15ca59b1b209aa67c3fbee53868b3a22df80 (patch)
tree1403cb3d0c3ff3dbadb201bedfe079db7c021b9b /src/declarative/qml/qmlexpression.h
parentef1a5d6bad05b99765658b3ca916bd3c5f507db0 (diff)
downloadQt-752a15ca59b1b209aa67c3fbee53868b3a22df80.zip
Qt-752a15ca59b1b209aa67c3fbee53868b3a22df80.tar.gz
Qt-752a15ca59b1b209aa67c3fbee53868b3a22df80.tar.bz2
Make private stuff private
Diffstat (limited to 'src/declarative/qml/qmlexpression.h')
-rw-r--r--src/declarative/qml/qmlexpression.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlexpression.h b/src/declarative/qml/qmlexpression.h
index 6db6ef9..d5f0cbb 100644
--- a/src/declarative/qml/qmlexpression.h
+++ b/src/declarative/qml/qmlexpression.h
@@ -80,8 +80,6 @@ public:
QObject *scopeObject() const;
- quint32 id() const;
-
public Q_SLOTS:
QVariant value();