monero-gui/Wallet.h
2016-02-23 18:59:26 +03:00

17 lines
197 B
C++

#ifndef WALLET_H
#define WALLET_H
#include <QObject>
class Wallet : public QObject
{
Q_OBJECT
public:
explicit Wallet(QObject *parent = 0);
signals:
public slots:
};
#endif // WALLET_H