Merge pull request #1033 from sipa/wait
[novacoin.git] / src / qt / test / urltests.h
1 #ifndef URLTESTS_H
2 #define URLTESTS_H
3
4 #include <QTest>
5 #include <QObject>
6
7 class URLTests : public QObject
8 {
9     Q_OBJECT
10
11 private slots:
12     void urlTests();
13 };
14
15 #endif // URLTESTS_H