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