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