aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiondesc.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-06-18 11:53:25 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-06-18 11:53:25 +0200
commit0f3981bea94cea957f0de4b128f7feffbfc2d9c6 (patch)
tree28b8fa9cf6dfdbf9b2f1358c35327264adfe200d /src/qt/transactiondesc.cpp
parentaa5297266093eccd984a2d8fb20499617ef96c81 (diff)
downloadbitcoin-0f3981bea94cea957f0de4b128f7feffbfc2d9c6.tar.xz
remove commented code, use // for one-line comments and comments inside functions
Diffstat (limited to 'src/qt/transactiondesc.cpp')
-rw-r--r--src/qt/transactiondesc.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/qt/transactiondesc.cpp b/src/qt/transactiondesc.cpp
index a9e55d5a6a..9120f19c7a 100644
--- a/src/qt/transactiondesc.cpp
+++ b/src/qt/transactiondesc.cpp
@@ -6,9 +6,10 @@
#include <QString>
-/* Taken straight from ui.cpp
- TODO: Convert to use QStrings, Qt::Escape and tr()
- */
+// Taken straight from ui.cpp
+// TODO: Convert to use QStrings, Qt::Escape and tr()
+// or: refactor and put describeAsHTML() into bitcoin core but that is unneccesary with better
+// UI<->core API, no need to put display logic in core.
using namespace std;