started integrating wallet library

This commit is contained in:
Ilya Kitaev
2016-02-23 18:59:26 +03:00
parent 921d16a458
commit 1195a89d06
12 changed files with 105 additions and 15 deletions

17
WalletManager.h Normal file
View 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