aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testimplicitconversions.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-02-26 20:46:30 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-02-26 20:49:34 -0300
commit6f8cde0951da369d0b2960d8634ab9cf2a4b08d3 (patch)
tree45ae450f6da3eb71eee7dd5311a94af3071826dc /tests/testimplicitconversions.h
parent3f6b0576c90960d4474623987ccac2877a34869c (diff)
External conversion operators are now part of a class' implicit conversions.
AbstractMetaClass::implicitConversions() returns externally declared conversion operators in addition to its own implicit constructors. The implicit conversion tests where extended with the new case.
Diffstat (limited to 'tests/testimplicitconversions.h')
-rw-r--r--tests/testimplicitconversions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testimplicitconversions.h b/tests/testimplicitconversions.h
index 68369bc41..69bef4952 100644
--- a/tests/testimplicitconversions.h
+++ b/tests/testimplicitconversions.h
@@ -35,6 +35,7 @@ private slots:
void testWithPrivateCtors();
void testWithModifiedVisibility();
void testWithAddedCtor();
+ void testWithExternalConversionOperator();
};
#endif