Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
uritests.h
Go to the documentation of this file.
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
void uriTests()
Definition: uritests.cpp:7