Issue #77 Break dependency of htmlutils on propertyindexlist

This commit is contained in:
Mat Sutcliffe
2020-08-28 18:05:34 +01:00
parent 515dc7fef1
commit 2391d242ed
2 changed files with 1 additions and 26 deletions

View File

@@ -8,6 +8,7 @@
#include "blackmisc/htmlutils.h"
#include <QStringBuilder>
#include <QStringList>
namespace BlackMisc
{
@@ -33,11 +34,6 @@ namespace BlackMisc
return u"<table>" % html % u"</table>";
}
QString unwrappedTooltip(const QString &text)
{
return u"<p style='white-space:pre'>" % text % u"</p>";
}
QString asHyperlink(const QString &url, const QString &text)
{
return text.isEmpty() ?