Move HtmlEscape (escape for qt rich text controls) to qt gui utilities

This commit is contained in:
Wladimir J. van der Laan
2011-11-11 10:13:25 +01:00
parent c75abc9f7e
commit e073457191
5 changed files with 31 additions and 30 deletions

View File

@@ -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);
};