mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 03:37:25 -04:00
started integrating wallet library
This commit is contained in:
6
WalletManager.cpp
Normal file
6
WalletManager.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "WalletManager.h"
|
||||
|
||||
WalletManager::WalletManager(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user