aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/wallet.qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-27 19:28:11 +0800
committerobscuren <geffobscura@gmail.com>2014-05-27 19:28:11 +0800
commit47417506c377dd0848739473fa14a51708b6a034 (patch)
tree13b37fd06822bc53924bd7e61c7784ca57ee0e19 /ethereal/assets/qml/wallet.qml
parentd0b31e203053f3f176e61719d877dcaa04169bb3 (diff)
downloaddexon-47417506c377dd0848739473fa14a51708b6a034.tar.gz
dexon-47417506c377dd0848739473fa14a51708b6a034.tar.zst
dexon-47417506c377dd0848739473fa14a51708b6a034.zip
New debugger implemented
Diffstat (limited to 'ethereal/assets/qml/wallet.qml')
-rw-r--r--ethereal/assets/qml/wallet.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index 40de8624e..4aa22dddc 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -306,14 +306,6 @@ ApplicationWindow {
text: "Connect"
}
*/
- Button {
- property var enabled: true
- id: debuggerWindow
- onClicked: {
- ui.startDebugger()
- }
- text: "Debugger"
- }
Button {
id: importAppButton