Qt wrappers for libwallet API classes

This commit is contained in:
Ilya Kitaev
2016-06-08 13:53:24 +03:00
parent da1b74a707
commit 5c10be3251
11 changed files with 414 additions and 12 deletions

View File

@@ -42,6 +42,9 @@ public:
//! returns libwallet language name for given locale
Q_INVOKABLE QString walletLanguage(const QString &locale);
//! since we can't call static method from QML, move it to this class
Q_INVOKABLE QString displayAmount(quint64 amount);
signals:
public slots: