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