mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-09 01:23:42 +02:00
7 lines
97 B
C++
7 lines
97 B
C++
|
#include "WalletManager.h"
|
||
|
|
||
|
WalletManager::WalletManager(QObject *parent) : QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|