summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression_p.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_p.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_p.h')
-rw-r--r--src/declarative/qml/qmlexpression_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlexpression_p.h b/src/declarative/qml/qmlexpression_p.h
index 41b7749..7f086c2 100644
--- a/src/declarative/qml/qmlexpression_p.h
+++ b/src/declarative/qml/qmlexpression_p.h
@@ -86,8 +86,6 @@ public:
QUrl fileName;
int line;
- quint32 id;
-
QVariant evalSSE(QmlBasicScript::CacheState &cacheState);
QVariant evalQtScript();