aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-02 18:08:52 +0800
committerobscuren <geffobscura@gmail.com>2014-05-02 18:08:52 +0800
commitee04c6ff6790a9b39ea96a630a60bdcf7f261b97 (patch)
tree8d7fb67e6964727d93669507dc814078cf753239 /ethereal/assets/qml
parent5a692b9f2bf265251b6f1faf171f55489b65b3de (diff)
downloaddexon-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.tar.gz
dexon-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.tar.zst
dexon-ee04c6ff6790a9b39ea96a630a60bdcf7f261b97.zip
Added string conversion API
* bin * pad * unpad * conversion bin/hex/dec
Diffstat (limited to 'ethereal/assets/qml')
-rw-r--r--ethereal/assets/qml/webapp.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ethereal/assets/qml/webapp.qml b/ethereal/assets/qml/webapp.qml
index 1c1ac852d..11ccd6998 100644
--- a/ethereal/assets/qml/webapp.qml
+++ b/ethereal/assets/qml/webapp.qml
@@ -123,6 +123,8 @@ ApplicationWindow {
function onObjectChangeCb(stateObject) {
postEvent("object:"+stateObject.address(), stateObject)
}
+ function onStorageChangeCb() {
+ }
}
Rectangle {