aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testconversionoperator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-02-26 21:43:31 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-03-01 14:34:26 -0300
commit62dfdd85bbcac527be99183cfc8e8f7b92902f11 (patch)
tree74898b5b9481c81e00e8c42ff98725301effa4a0 /tests/testconversionoperator.h
parent6dbd55084104eea9a3e950456a4bf0d966ee9ac9 (diff)
Don't add external conversion operators that were removed on type system file.
With tests, of course. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Diffstat (limited to 'tests/testconversionoperator.h')
-rw-r--r--tests/testconversionoperator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testconversionoperator.h b/tests/testconversionoperator.h
index 79963db1e..25b8d8c27 100644
--- a/tests/testconversionoperator.h
+++ b/tests/testconversionoperator.h
@@ -30,6 +30,8 @@ class TestConversionOperator : public QObject
Q_OBJECT
private slots:
void testConversionOperator();
+ void testConversionOperatorOfDiscardedClass();
+ void testRemovedConversionOperator();
};
#endif