summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-09 09:56:59 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-09 15:55:15 +0200
commitbcf6333c6f6266e2f26efd1a3c4fe38c574161c8 (patch)
tree4abb80112de3a409a3001cb770359159dfe01632 /tests
parentb65291bc42c7e071e38efdd9ee6c4683f29aca13 (diff)
Update the moc no-keywords test for the signals replacement.
Change-Id: I5c544e71615b00ff8fd337579fcd185e4b8e24af Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tools/moc/no-keywords.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/moc/no-keywords.h b/tests/auto/tools/moc/no-keywords.h
index 3f3b06dd46..3bd85cc1df 100644
--- a/tests/auto/tools/moc/no-keywords.h
+++ b/tests/auto/tools/moc/no-keywords.h
@@ -80,7 +80,7 @@ private:
double slots;
};
-#define signals protected
+#define signals public
#define slots
#define emit
#undef QT_NO_KEYWORDS