mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 07:27:25 -04:00
basic "send money" functionality implemented in GUI
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -36,6 +36,7 @@
|
||||
#include "oshelper.h"
|
||||
#include "WalletManager.h"
|
||||
#include "Wallet.h"
|
||||
#include "PendingTransaction.h"
|
||||
|
||||
|
||||
|
||||
@@ -53,6 +54,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
qmlRegisterType<clipboardAdapter>("moneroComponents", 1, 0, "Clipboard");
|
||||
qmlRegisterUncreatableType<Wallet>("Bitmonero.Wallet", 1, 0, "Wallet", "Wallet can't be instantiated directly");
|
||||
qmlRegisterUncreatableType<PendingTransaction>("Bitmonero.PendingTransaction", 1, 0, "PendingTransaction",
|
||||
"PendingTransaction can't be instantiated directly");
|
||||
|
||||
|
||||
QQmlApplicationEngine engine;
|
||||
|
||||
Reference in New Issue
Block a user