mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 12:47:25 -04:00
new wallet wizard: wallet created in temporary directory and moved to
the destination at the final step
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -33,10 +33,13 @@
|
||||
#include "clipboardAdapter.h"
|
||||
#include "filter.h"
|
||||
#include "oscursor.h"
|
||||
#include "oshelper.h"
|
||||
#include "WalletManager.h"
|
||||
#include "Wallet.h"
|
||||
|
||||
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
@@ -51,6 +54,9 @@ int main(int argc, char *argv[])
|
||||
|
||||
OSCursor cursor;
|
||||
engine.rootContext()->setContextProperty("globalCursor", &cursor);
|
||||
OSHelper osHelper;
|
||||
engine.rootContext()->setContextProperty("oshelper", &osHelper);
|
||||
|
||||
engine.rootContext()->setContextProperty("walletManager", WalletManager::instance());
|
||||
|
||||
// export to QML monero accounts root directory
|
||||
|
||||
Reference in New Issue
Block a user