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