summaryrefslogtreecommitdiffstats
path: root/tests/testunitconversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testunitconversion.h')
-rw-r--r--tests/testunitconversion.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/testunitconversion.h b/tests/testunitconversion.h
new file mode 100644
index 000000000..b8f05858a
--- /dev/null
+++ b/tests/testunitconversion.h
@@ -0,0 +1,12 @@
+#ifndef TESTUNITCONVERSION_H
+#define TESTUNITCONVERSION_H
+
+#include <QtTest>
+
+class TestUnitConversion : public QObject{
+ Q_OBJECT
+private slots:
+ void testUnitConversions();
+};
+
+#endif \ No newline at end of file