aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testconversionruletag.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-10-26 20:24:24 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-10-26 20:24:24 -0300
commit4329d974ec98b74b74358718cf17055a00672e2b (patch)
tree1b17e8b5f30afc15b78f5f962ed6aa44b7d911de /tests/testconversionruletag.h
parenta7880bedd92bfed75908c055eae641610f6f6ca2 (diff)
conversion-rule tag now works inside value-type and object-type tags.
To access the conversion rule, use the new method TypeEntry->conversionRule NOTE: this commit is a modification of code produced by Hugo Parente.
Diffstat (limited to 'tests/testconversionruletag.h')
-rw-r--r--tests/testconversionruletag.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/testconversionruletag.h b/tests/testconversionruletag.h
new file mode 100644
index 000000000..afab68889
--- /dev/null
+++ b/tests/testconversionruletag.h
@@ -0,0 +1,35 @@
+/*
+* This file is part of the API Extractor project.
+*
+* Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+*
+* Contact: PySide team <contact@pyside.org>
+*
+* This program is free software; you can redistribute it and/or
+* modify it under the terms of the GNU General Public License
+* version 2 as published by the Free Software Foundation.
+*
+* This program is distributed in the hope that it will be useful, but
+* WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+* General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with this program; if not, write to the Free Software
+* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+* 02110-1301 USA
+*
+*/
+
+#ifndef TESTCONVERSIONRULE_H
+#define TESTCONVERSIONRULE_H
+#include <QObject>
+
+class TestConversionRuleTag : public QObject
+{
+ Q_OBJECT
+private slots:
+ void testConversionRuleTag();
+};
+
+#endif \ No newline at end of file