aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/transactions.qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-17 21:58:26 +0800
committerobscuren <geffobscura@gmail.com>2014-09-17 21:58:26 +0800
commite4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a (patch)
tree7b1a9ffdd60aca8df0b8cb96a3086a9385776288 /ethereal/assets/qml/transactions.qml
parent15ded0bea9600f489d7f9fb5430c26a84a021bd2 (diff)
downloaddexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar
dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.gz
dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.bz2
dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.lz
dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.xz
dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.zst
dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.zip
Renamed ethereal
Diffstat (limited to 'ethereal/assets/qml/transactions.qml')
-rw-r--r--ethereal/assets/qml/transactions.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/ethereal/assets/qml/transactions.qml b/ethereal/assets/qml/transactions.qml
deleted file mode 100644
index e9a035a85..000000000
--- a/ethereal/assets/qml/transactions.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 2.0
-import QtQuick.Controls 1.0;
-import QtQuick.Layouts 1.0;
-
-Rectangle {
- id: transactionView
- visible: false
- Text { text: "TX VIEW" }
-}