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

#include <QObject>
#include <QTest>

class WalletTests : public QObject
{
    Q_OBJECT

private Q_SLOTS:
    void walletTests();
};

#endif // BITCOIN_QT_TEST_WALLETTESTS_H