Initial commit.

This commit is contained in:
transcoder
2013-07-18 19:01:17 -06:00
commit f3307413ec
377 changed files with 150655 additions and 0 deletions

15
src/qt/test/uritests.h Normal file
View 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