forked from qt-creator/qt-creator
CppEditor: Convert to Tr::tr
Change-Id: Ic4025e06e17c45eb6dc2162fb7f21f5b8aebe84d Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -28,7 +28,8 @@ namespace TextEditor { class TextDocument; }
|
||||
namespace CppEditor {
|
||||
|
||||
// For clang code model only, move?
|
||||
struct CPPEDITOR_EXPORT ToolTipInfo {
|
||||
struct CPPEDITOR_EXPORT ToolTipInfo
|
||||
{
|
||||
QString text;
|
||||
QString briefComment;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user