mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Issue #77 Break dependency of htmlutils on propertyindexlist
This commit is contained in:
@@ -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() ?
|
||||
|
||||
Reference in New Issue
Block a user