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
bdeb5cd8
Commit
bdeb5cd8
authored
Nov 08, 2010
by
Jarek Kobus
Browse files
Compile
parent
37166544
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/profileeditorfactory.cpp
View file @
bdeb5cd8
...
...
@@ -89,7 +89,7 @@ Core::IEditor *ProFileEditorFactory::createEditor(QWidget *parent)
// auto completion
connect
(
editor
,
SIGNAL
(
requestAutoCompletion
(
TextEditor
::
ITextEditable
*
,
bool
)),
TextEditor
::
Internal
::
CompletionSupport
::
instance
(),
SLOT
(
autoComplete
(
TextEditor
::
ITextEditable
*
,
bool
)));
TextEditor
::
CompletionSupport
::
instance
(),
SLOT
(
autoComplete
(
TextEditor
::
ITextEditable
*
,
bool
)));
return
editor
->
editableInterface
();
}
...
...
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