aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testnestedtypes.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-12-21 18:43:02 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:21 -0300
commit3fed11c07c214e4c396f2ecfd19236ac1dcedb07 (patch)
treec0bcc5611a7a52eaa88058355182d03167023a20 /tests/testnestedtypes.h
parent8550517e9d3a03603ece294e4183853040e16fd8 (diff)
Fixed type resolution for types inside scopes, but their names omit this information.
Diffstat (limited to 'tests/testnestedtypes.h')
-rw-r--r--tests/testnestedtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testnestedtypes.h b/tests/testnestedtypes.h
index b9980b0a6..d0b828b0c 100644
--- a/tests/testnestedtypes.h
+++ b/tests/testnestedtypes.h
@@ -30,6 +30,7 @@ class TestNestedTypes : public QObject
Q_OBJECT
private slots:
void testNestedTypesModifications();
+ void testDuplicationOfNestedTypes();
};
#endif