aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testnumericaltypedef.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-08-15 16:20:39 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:18 -0300
commit15b355dca205090adf9fe338f02963f945263d98 (patch)
tree5442a17d63b101adb908faa9295690d626f6d7a2 /tests/testnumericaltypedef.h
parent26eeabae2ac5f8b449d34bf472b1e506efdf35cd (diff)
Included the unsigned types in TypeEntry::isCppPrimitive() method list of types.
Also added a test for a typedef of an unsigned numerical type.
Diffstat (limited to 'tests/testnumericaltypedef.h')
-rw-r--r--tests/testnumericaltypedef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testnumericaltypedef.h b/tests/testnumericaltypedef.h
index ee11e63e2..a1d1bbe59 100644
--- a/tests/testnumericaltypedef.h
+++ b/tests/testnumericaltypedef.h
@@ -31,6 +31,7 @@ class TestNumericalTypedef : public QObject
Q_OBJECT
private slots:
void testNumericalTypedef();
+ void testUnsignedNumericalTypedef();
};
#endif