mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Issue #77 All classes propertyindex methods use CPropertyIndexRef and QVariant
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user