From 6f1343aaa04bf2e4f959b5d3201239fe7fc85398 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Tue, 16 Aug 2016 23:21:46 +0300 Subject: ask user for the password if wallet is password-protected --- components/PasswordDialog.qml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 components/PasswordDialog.qml (limited to 'components') diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml new file mode 100644 index 00000000..9c36e13c --- /dev/null +++ b/components/PasswordDialog.qml @@ -0,0 +1,5 @@ +import QtQuick 2.0 + +Item { + +} -- cgit v1.2.3