removal and rework of legacy code
This commit is contained in:
parent
a456b06ad3
commit
1528879b42
12 changed files with 115 additions and 177 deletions
|
@ -27,15 +27,6 @@
|
|||
#include <QList>
|
||||
#include <QDir>
|
||||
|
||||
QString StringParser::escapeString(const QString &toEscape)
|
||||
{
|
||||
#if QT_VERSION >= 0x050000
|
||||
return toEscape.toHtmlEscaped();
|
||||
#else
|
||||
return Qt::escape(toEscape);
|
||||
#endif
|
||||
}
|
||||
|
||||
QString StringParser::convertBuildedString(const QString &buildedStr)
|
||||
{
|
||||
QString outputStr = buildedStr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue