aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/uritests.h
blob: 17d4280a90a0ab18ce7211e0dcf377d353d2b195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef URITESTS_H
#define URITESTS_H

#include <QObject>
#include <QTest>

class URITests : public QObject
{
    Q_OBJECT

private slots:
    void uriTests();
};

#endif // URITESTS_H