mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-10 04:33:59 +01:00
remove commented code, use // for one-line comments and comments inside functions
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user