mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 04:27:25 -04:00
7 lines
106 B
C++
7 lines
106 B
C++
#include "Wallet2Service.h"
|
|
|
|
Wallet2Service::Wallet2Service(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|