WIP QT Clipboard

This commit is contained in:
obscuren
2015-02-19 11:51:38 +01:00
parent 03b8c6841b
commit 0057bb4ef6
8 changed files with 75 additions and 4 deletions

View File

@ -131,6 +131,7 @@ func (gui *Gui) Start(assetPath string) {
context.SetVar("gui", gui)
context.SetVar("eth", gui.uiLib)
context.SetVar("shh", gui.whisper)
//clipboard.SetQMLClipboard(context)
win, err := gui.showWallet(context)
if err != nil {