aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet.qml
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-10-07 23:05:51 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-10-10 00:19:13 +0300
commit612c497608cc64234a05cd413d4269160f17100c (patch)
tree77af4eac489b28fc04fff8c8b3d6d214ca172e9e /wizard/WizardCreateWallet.qml
parente7e6c583b676325d64e10cf75257c000e35cd344 (diff)
downloadmonzero-gui-612c497608cc64234a05cd413d4269160f17100c.tar.gz
monzero-gui-612c497608cc64234a05cd413d4269160f17100c.tar.xz
monzero-gui-612c497608cc64234a05cd413d4269160f17100c.zip
TransactionHistory sorting
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
-rw-r--r--wizard/WizardCreateWallet.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml
index f0344a94..8506a8e7 100644
--- a/wizard/WizardCreateWallet.qml
+++ b/wizard/WizardCreateWallet.qml
@@ -27,7 +27,9 @@
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import QtQuick 2.2
-import moneroComponents 1.0
+import moneroComponents.WalletManager 1.0
+import moneroComponents.Wallet 1.0
+
import QtQuick.Dialogs 1.2
import 'utils.js' as Utils