forked from Public/monero-gui
7 lines
106 B
C++
7 lines
106 B
C++
#include "Wallet2Service.h"
|
|
|
|
Wallet2Service::Wallet2Service(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|