WalletManager: add logging API from QML

requires #3345
This commit is contained in:
moneromooo-monero
2018-03-04 18:12:44 +00:00
parent 084c1c84f3
commit c85388815b
3 changed files with 26 additions and 1 deletions

View File

@@ -141,6 +141,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);