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
Tobias Hunger
qt-creator
Commits
01a59535
Commit
01a59535
authored
Jun 28, 2010
by
Christian Kamm
Browse files
QmlJS: Fix slots not being offered for completion.
parent
38e8c0df
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljseditor/qmljscodecompletion.cpp
View file @
01a59535
...
...
@@ -242,8 +242,7 @@ private:
virtual
bool
processSlot
(
const
QString
&
name
,
const
Interpreter
::
Value
*
value
)
{
if
(
!
_globalCompletion
)
insertProperty
(
name
,
value
);
insertProperty
(
name
,
value
);
return
true
;
}
...
...
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