monero-gui/WalletManager.h

17 lines
232 B
C
Raw Normal View History

2016-02-23 15:59:26 +00:00
#ifndef WALLETMANAGER_H
#define WALLETMANAGER_H
#include <QObject>
class WalletManager : public QObject
{
Q_OBJECT
public:
explicit WalletManager(QObject *parent = 0);
signals:
public slots:
};
#endif // WALLETMANAGER_H