mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 02:47:26 -04:00
libwallet integration
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -44,7 +44,8 @@ int main(int argc, char *argv[])
|
||||
app.installEventFilter(eventFilter);
|
||||
|
||||
qmlRegisterType<clipboardAdapter>("moneroComponents", 1, 0, "Clipboard");
|
||||
qmlRegisterType<Wallet>("moneroWallet", 1, 0, "Wallet");
|
||||
//qmlRegisterType<Wallet>("moneroWallet", 1, 0, "Wallet");
|
||||
qmlRegisterType<Wallet>();
|
||||
|
||||
QQmlApplicationEngine engine;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user