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
0a043df6
Commit
0a043df6
authored
Oct 21, 2010
by
Thomas Hartmann
Browse files
QmlJsEditor: fixes warning
Reviewed-by: Lasse Holmstedt
parent
40821448
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljseditor/qmljseditor.cpp
View file @
0a043df6
...
...
@@ -753,9 +753,6 @@ QmlJSTextEditor::QmlJSTextEditor(QWidget *parent) :
connect
(
this
,
SIGNAL
(
refactorMarkerClicked
(
TextEditor
::
Internal
::
RefactorMarker
)),
SLOT
(
onRefactorMarkerClicked
(
TextEditor
::
Internal
::
RefactorMarker
)));
connect
(
editableInterface
(),
SIGNAL
(
tooltipRequested
(
TextEditor
::
ITextEditor
*
,
QPoint
,
int
)),
SLOT
(
onTooltipRequested
(
TextEditor
::
ITextEditor
*
,
QPoint
,
int
)));
setRequestMarkEnabled
(
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