forked from qt-creator/qt-creator
QmlJS[|Editor|Tools]: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I56550546b341d486d321329e9a90b9369d56af40 Reviewed-by: Marco Benelli <marco.benelli@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
090c106929
commit
7609e56ee3
@@ -72,7 +72,6 @@ public:
|
||||
|
||||
void inspectElementUnderCursor() const;
|
||||
|
||||
public slots:
|
||||
void findUsages();
|
||||
void renameUsages();
|
||||
void showContextPane();
|
||||
@@ -81,7 +80,7 @@ signals:
|
||||
void outlineModelIndexChanged(const QModelIndex &index);
|
||||
void selectedElementsChanged(QList<QmlJS::AST::UiObjectMember*> offsets,
|
||||
const QString &wordAtCursor);
|
||||
private slots:
|
||||
private:
|
||||
void modificationChanged(bool);
|
||||
|
||||
void jumpToOutlineElement(int index);
|
||||
@@ -93,7 +92,6 @@ private slots:
|
||||
|
||||
void semanticInfoUpdated(const QmlJSTools::SemanticInfo &semanticInfo);
|
||||
|
||||
void performQuickFix(int index);
|
||||
void updateCodeWarnings(QmlJS::Document::Ptr doc);
|
||||
|
||||
protected:
|
||||
@@ -127,8 +125,6 @@ private:
|
||||
QModelIndex m_outlineModelIndex;
|
||||
QmlJS::ModelManagerInterface *m_modelManager;
|
||||
|
||||
TextEditor::QuickFixOperations m_quickFixes;
|
||||
|
||||
QmlJS::IContextPane *m_contextPane;
|
||||
int m_oldCursorPosition;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user