diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-25 16:41:57 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-25 16:41:57 +0800 |
commit | 97004f7eb22ab30ba1acc5dd3ee2f17b5466d41a (patch) | |
tree | 16635b2056a40cd9ab4607bc6c76e8ebe6f58bde /ethereal/gui.go | |
parent | 82a84dca807c8966079253977329ef0800d20557 (diff) | |
download | dexon-97004f7eb22ab30ba1acc5dd3ee2f17b5466d41a.tar dexon-97004f7eb22ab30ba1acc5dd3ee2f17b5466d41a.tar.gz dexon-97004f7eb22ab30ba1acc5dd3ee2f17b5466d41a.tar.bz2 dexon-97004f7eb22ab30ba1acc5dd3ee2f17b5466d41a.tar.lz dexon-97004f7eb22ab30ba1acc5dd3ee2f17b5466d41a.tar.xz dexon-97004f7eb22ab30ba1acc5dd3ee2f17b5466d41a.tar.zst dexon-97004f7eb22ab30ba1acc5dd3ee2f17b5466d41a.zip |
wip export
Diffstat (limited to 'ethereal/gui.go')
-rw-r--r-- | ethereal/gui.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ethereal/gui.go b/ethereal/gui.go index df01cddda..832200176 100644 --- a/ethereal/gui.go +++ b/ethereal/gui.go @@ -155,6 +155,9 @@ func (gui *Gui) showWallet(context *qml.Context) (*qml.Window, error) { return win, nil } +func (gui *Gui) ImportKey(filePath string) { +} + func (gui *Gui) showKeyImport(context *qml.Context) (*qml.Window, error) { context.SetVar("lib", gui) component, err := gui.engine.LoadFile(gui.uiLib.AssetPath("qml/first_run.qml")) |