Merge #10574: Remove includes in .cpp files for things the corresponding .h file...
[bitcoinplatinum.git] / src / qt / test / wallettests.h
blob342f7916c30b56e55b51a953b88cc81b700e79fa
1 #ifndef BITCOIN_QT_TEST_WALLETTESTS_H
2 #define BITCOIN_QT_TEST_WALLETTESTS_H
4 #include <QObject>
5 #include <QTest>
7 class WalletTests : public QObject
9 Q_OBJECT
11 private Q_SLOTS:
12 void walletTests();
15 #endif // BITCOIN_QT_TEST_WALLETTESTS_H