From 2ca187caa383ddc0cdebeb1dbc312405c8c871ad Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 10 Mar 2017 13:14:19 +0100 Subject: moc: Allow NOTIFY signals defined in parent classes Limitation is that the signal needs to be parameter-less [ChangeLog][moc] moc now supports NOTIFY signals of parent classes in Q_PROPERTY Change-Id: Iad64c96c3ec65d4be8ad9ff1a9f889938ab9bf45 Reviewed-by: Olivier Goffart (Woboq GmbH) Reviewed-by: Brett Stottlemyer --- tests/auto/tools/moc/error-on-wrong-notify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/tools/moc/error-on-wrong-notify.h') diff --git a/tests/auto/tools/moc/error-on-wrong-notify.h b/tests/auto/tools/moc/error-on-wrong-notify.h index 11f5e954db..9e6b27bff3 100644 --- a/tests/auto/tools/moc/error-on-wrong-notify.h +++ b/tests/auto/tools/moc/error-on-wrong-notify.h @@ -28,7 +28,7 @@ #ifndef ERROR_ON_WRONG_NOTIFY_H #define ERROR_ON_WRONG_NOTIFY_H -#include +#include class ClassWithWrongNOTIFY : public QObject { -- cgit v1.2.3