From fa2544e79faf75923766624acd638e3cbdb9be0d Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 25 Mar 2012 17:25:10 -0400 Subject: Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs --- src/qt/test/uritests.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/qt/test/uritests.h (limited to 'src/qt/test/uritests.h') 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 +#include + +class URITests : public QObject +{ + Q_OBJECT + +private slots: + void uriTests(); +}; + +#endif // URITESTS_H -- cgit v1.2.3