From ef526f9f332e00a2920b37dc0f715b1cb958597e Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Tue, 13 May 2014 15:29:06 +0200 Subject: add missing signal declaration in Exposing Attributes to QML example Task-number: QTBUG-33985 Change-Id: Id6a2a51467ee5de44bf51fb48e3f9346a832f8f2 Reviewed-by: Jerome Pasion --- src/qml/doc/src/cppintegration/exposecppattributes.qdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qml/doc/src/cppintegration') diff --git a/src/qml/doc/src/cppintegration/exposecppattributes.qdoc b/src/qml/doc/src/cppintegration/exposecppattributes.qdoc index f02c3da6af..8f883d9f42 100644 --- a/src/qml/doc/src/cppintegration/exposecppattributes.qdoc +++ b/src/qml/doc/src/cppintegration/exposecppattributes.qdoc @@ -106,6 +106,8 @@ public: QString author() const { return m_author; } +signals: + void authorChanged(); private: QString m_author; }; -- cgit v1.2.3