Merge pull request #1153

c853888 WalletManager: add logging API from QML
This commit is contained in:
luigi1111
2018-03-13 17:26:44 -04:00
3 changed files with 26 additions and 1 deletions

View File

@@ -142,6 +142,11 @@ public:
// clear/rename wallet cache
Q_INVOKABLE bool clearWalletCache(const QString &fileName) const;
Q_INVOKABLE void debug(const QString &s);
Q_INVOKABLE void info(const QString &s);
Q_INVOKABLE void warning(const QString &s);
Q_INVOKABLE void error(const QString &s);
signals:
void walletOpened(Wallet * wallet);