Issue #77 All classes propertyindex methods use CPropertyIndexRef and QVariant

This commit is contained in:
Mat Sutcliffe
2020-11-01 20:05:34 +00:00
parent d9e3d1dccc
commit 0971c8ce68
190 changed files with 1298 additions and 1293 deletions

View File

@@ -9,6 +9,7 @@
//! \cond PRIVATE
#include "blackmisc/statusmessagelist.h"
#include "blackmisc/propertyindexlist.h"
#include "blackmisc/mixin/mixincompare.h"
#include "blackmisc/range.h"
@@ -255,7 +256,7 @@ namespace BlackMisc
for (const CPropertyIndex &index : usedIndexes)
{
rowHtml += u"<td>" %
statusMessage.propertyByIndex(index).toQString(true).toHtmlEscaped().replace('\n', "<br>") %
statusMessage.propertyByIndex(index).toString().toHtmlEscaped().replace('\n', "<br>") %
u"</td>";
}