Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
This commit is contained in:
15
src/qt/test/uritests.h
Normal file
15
src/qt/test/uritests.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user