forked from qt-creator/qt-creator
Clang: Compile fix
Partially reverting 7282e05554
Change-Id: I114cd7d5da9905cd6ce7e1044f848aeac369be37
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -196,7 +196,7 @@ void ClangHoverHandler::processToolTipInfo(const CppTools::ToolTipInfo &info)
|
||||
}
|
||||
|
||||
if (!info.sizeInBytes.isEmpty())
|
||||
text.append("\n\n" + tr("%n bytes", 0, info.sizeInBytes));
|
||||
text.append("\n\n" + tr("%1 bytes").arg(info.sizeInBytes));
|
||||
|
||||
setToolTip(text);
|
||||
m_reportPriority(priority());
|
||||
|
||||
Reference in New Issue
Block a user