summaryrefslogtreecommitdiffstats
path: root/tests/testprofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testprofile.h')
-rw-r--r--tests/testprofile.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/testprofile.h b/tests/testprofile.h
new file mode 100644
index 000000000..25f094b1b
--- /dev/null
+++ b/tests/testprofile.h
@@ -0,0 +1,12 @@
+#ifndef TESTPROFILE_H
+#define TESTPROFILE_H
+
+#include <QtTest>
+
+class TestProfile : public QObject{
+ Q_OBJECT
+private slots:
+ void testRedCeiling();
+};
+
+#endif