replace all nbsp in previews (#142)

This commit is contained in:
2020-04-18 16:51:52 +03:00
parent e525cb4742
commit 55319521b2
4 changed files with 6 additions and 4 deletions

View File

@ -55,7 +55,8 @@ void AWKeysAggregator::initFormatters()
}
QString AWKeysAggregator::formatter(const QVariant &_data, const QString &_key, bool replaceSpace) const
QString AWKeysAggregator::formatter(const QVariant &_data, const QString &_key,
bool replaceSpace) const
{
qCDebug(LOG_AW) << "Data" << _data << "for key" << _key;