Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
011049dd
Commit
011049dd
authored
Dec 15, 2008
by
Thorbjørn Lindeijer
Browse files
Fixed saving of code completion settings
Save settings instead of crashing. Sorry about that!
parent
da6eb844
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cpptoolsplugin.cpp
View file @
011049dd
...
...
@@ -87,7 +87,7 @@ bool CppToolsPlugin::initialize(const QStringList & /*arguments*/, QString *)
// Objects
m_modelManager
=
new
CppModelManager
(
this
);
addAutoReleasedObject
(
m_modelManager
);
CppCodeCompletion
*
m_completion
=
new
CppCodeCompletion
(
m_modelManager
,
m_core
);
m_completion
=
new
CppCodeCompletion
(
m_modelManager
,
m_core
);
addAutoReleasedObject
(
m_completion
);
CppQuickOpenFilter
*
quickOpenFilter
=
new
CppQuickOpenFilter
(
m_modelManager
,
m_core
->
editorManager
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment