Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
[novacoin.git] / src / qt / test / uritests.h
1 #ifndef URITESTS_H
2 #define URITESTS_H
3
4 #include <QTest>
5 #include <QObject>
6
7 class URITests : public QObject
8 {
9     Q_OBJECT
10
11 private slots:
12     void uriTests();
13 };
14
15 #endif // URITESTS_H