forked from Public/monero-gui
started integrating wallet library
This commit is contained in:
17
Wallet2Service.h
Normal file
17
Wallet2Service.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef WALLET2SERVICE_H
|
||||
#define WALLET2SERVICE_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class Wallet2Service : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit Wallet2Service(QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
};
|
||||
|
||||
#endif // WALLET2SERVICE_H
|
||||
Reference in New Issue
Block a user