diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-11-11 10:13:25 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-12-23 12:07:23 +0100 |
| commit | e0734571912736356839fde75fd10993b0df81d5 (patch) | |
| tree | d8507706ef7131954cacf74993a4c31fca225381 /src/qt/transactiondesc.h | |
| parent | Comments update (diff) | |
| download | discoin-e0734571912736356839fde75fd10993b0df81d5.tar.xz discoin-e0734571912736356839fde75fd10993b0df81d5.zip | |
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
Diffstat (limited to 'src/qt/transactiondesc.h')
| -rw-r--r-- | src/qt/transactiondesc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/transactiondesc.h b/src/qt/transactiondesc.h index 55b9eaf48..2523f9aa6 100644 --- a/src/qt/transactiondesc.h +++ b/src/qt/transactiondesc.h @@ -18,8 +18,6 @@ public: private: TransactionDesc() {} - static QString HtmlEscape(const QString& str, bool fMultiLine=false); - static QString HtmlEscape(const std::string &str, bool fMultiLine=false); static QString FormatTxStatus(const CWalletTx& wtx); }; |