summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeexpression_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-04-22 05:59:29 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-04-22 23:46:03 (GMT)
commit5fc042155015f39b1c26ac7700e7d1b6346e79e2 (patch)
treec47fbaacbb0fcc08d12317a84a1994afa6950f2c /src/declarative/qml/qdeclarativeexpression_p.h
parent05873d7662947ef59f429f5e3b63c1b7a3d71cd3 (diff)
downloadQt-5fc042155015f39b1c26ac7700e7d1b6346e79e2.zip
Qt-5fc042155015f39b1c26ac7700e7d1b6346e79e2.tar.gz
Qt-5fc042155015f39b1c26ac7700e7d1b6346e79e2.tar.bz2
Use Q_DECLARE_PRIVATE for private slot.
Diffstat (limited to 'src/declarative/qml/qdeclarativeexpression_p.h')
-rw-r--r--src/declarative/qml/qdeclarativeexpression_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeexpression_p.h b/src/declarative/qml/qdeclarativeexpression_p.h
index d39aa2c..4ff3162 100644
--- a/src/declarative/qml/qdeclarativeexpression_p.h
+++ b/src/declarative/qml/qdeclarativeexpression_p.h
@@ -164,6 +164,7 @@ public:
return expr->q_func();
}
+ void _q_notify();
virtual void emitValueChanged();
static void exceptionToError(QScriptEngine *, QDeclarativeError &);