Moved html patch to StringUtils
Signed-off-by: SabrePenguin <lknofczynski@gmail.com>
This commit is contained in:
parent
5348a90a15
commit
cec27fd014
3 changed files with 23 additions and 17 deletions
|
@ -85,4 +85,6 @@ QPair<QString, QString> splitFirst(const QString& s, const QString& sep, Qt::Cas
|
|||
QPair<QString, QString> splitFirst(const QString& s, QChar sep, Qt::CaseSensitivity cs = Qt::CaseSensitive);
|
||||
QPair<QString, QString> splitFirst(const QString& s, const QRegularExpression& re);
|
||||
|
||||
QString htmlListPatch(QString htmlStr);
|
||||
|
||||
} // namespace StringUtils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue