forked from Public/monero-gui
7 lines
97 B
C++
7 lines
97 B
C++
#include "WalletManager.h"
|
|
|
|
WalletManager::WalletManager(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|