QmlJsEditor: fixes warning

Reviewed-by: Lasse Holmstedt
This commit is contained in:
Thomas Hartmann
2010-10-21 16:12:57 +02:00
parent 408214486f
commit 0a043df690

View File

@@ -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);
}