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
@@ -73,18 +73,16 @@ public:
|
||||
|
||||
Utils::JsonSchemaManager *jsonManager() const;
|
||||
|
||||
public Q_SLOTS:
|
||||
void findUsages();
|
||||
void renameUsages();
|
||||
void reformatFile();
|
||||
void showContextPane();
|
||||
|
||||
private Q_SLOTS:
|
||||
private:
|
||||
void currentEditorChanged(Core::IEditor *editor);
|
||||
void runSemanticScan();
|
||||
void checkCurrentEditorSemanticInfoUpToDate();
|
||||
|
||||
private:
|
||||
Core::Command *addToolAction(QAction *a, Core::Context &context, Core::Id id,
|
||||
Core::ActionContainer *c1, const QString &keySequence);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user