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