forked from qt-creator/qt-creator
compile everything with QT_USE_FAST_CONCATENATION
This commit is contained in:
@@ -803,7 +803,7 @@ QVariant WatchModel::data(const QModelIndex &idx, int role) const
|
||||
switch (idx.column()) {
|
||||
case 0:
|
||||
if (data.name == QLatin1String("*") && item->parent)
|
||||
return QLatin1Char('*') + item->parent->name;
|
||||
return QVariant(QLatin1Char('*') + item->parent->name);
|
||||
return data.name;
|
||||
case 1: {
|
||||
int format = m_handler->m_individualFormats.value(data.iname, -1);
|
||||
|
||||
Reference in New Issue
Block a user