aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/urltests.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-03-25 17:25:10 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-04-06 12:53:37 -0400
commitfa2544e79faf75923766624acd638e3cbdb9be0d (patch)
tree7785ea719ba3c922f5f691b6a7e17bae57c2971c /src/qt/test/urltests.h
parent9362da78b0d8f0dd7bbad259adcb3e4d0cf58e56 (diff)
downloadbitcoin-fa2544e79faf75923766624acd638e3cbdb9be0d.tar.xz
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
Diffstat (limited to 'src/qt/test/urltests.h')
-rw-r--r--src/qt/test/urltests.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/qt/test/urltests.h b/src/qt/test/urltests.h
deleted file mode 100644
index 393c511390..0000000000
--- a/src/qt/test/urltests.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef URLTESTS_H
-#define URLTESTS_H
-
-#include <QTest>
-#include <QObject>
-
-class URLTests : public QObject
-{
- Q_OBJECT
-
-private slots:
- void urlTests();
-};
-
-#endif // URLTESTS_H