forked from qt-creator/qt-creator
German translation: Debugger
Change-Id: Ib650492a2a1c5cc1e8e1dcf5fd87e0b638239a9d Reviewed-by: Robert Löhning <robert.loehning@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -959,8 +959,10 @@ static QString displayType(const WatchItem *item)
|
||||
result += QString(":%1").arg(item->bitsize);
|
||||
result.remove('\'');
|
||||
result = watchModel(item)->removeNamespaces(result);
|
||||
if (item->valuelen > 0)
|
||||
if (item->valuelen > 0) {
|
||||
//: <type> of length <number>, e.g. for strings and byte arrays
|
||||
result = Tr::tr("%1 of length %2").arg(result).arg(item->valuelen);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user