aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/baseeditordocumentprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/baseeditordocumentprocessor.h')
-rw-r--r--src/plugins/cppeditor/baseeditordocumentprocessor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/baseeditordocumentprocessor.h b/src/plugins/cppeditor/baseeditordocumentprocessor.h
index 4e21e39c1b..afb74f46e6 100644
--- a/src/plugins/cppeditor/baseeditordocumentprocessor.h
+++ b/src/plugins/cppeditor/baseeditordocumentprocessor.h
@@ -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;