aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/uritests.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/test/uritests.h')
-rw-r--r--src/qt/test/uritests.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/qt/test/uritests.h b/src/qt/test/uritests.h
new file mode 100644
index 0000000000..1237516e5f
--- /dev/null
+++ b/src/qt/test/uritests.h
@@ -0,0 +1,15 @@
+#ifndef URITESTS_H
+#define URITESTS_H
+
+#include <QTest>
+#include <QObject>
+
+class URITests : public QObject
+{
+ Q_OBJECT
+
+private slots:
+ void uriTests();
+};
+
+#endif // URITESTS_H