forked from Public/monero-gui
started integrating wallet library
This commit is contained in:
17
WalletManager.h
Normal file
17
WalletManager.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user