forked from qt-creator/qt-creator
Convert to new connect api
Change-Id: I80aad51340bcde953763dec36cf989d6e19d4cd0 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -82,8 +82,7 @@ bool GenericProjectPlugin::initialize(const QStringList &, QString *errorMessage
|
||||
command->setAttribute(Command::CA_Hide);
|
||||
mproject->addAction(command, ProjectExplorer::Constants::G_PROJECT_FILES);
|
||||
|
||||
connect(editFilesAction, &QAction::triggered,
|
||||
this, &GenericProjectPlugin::editFiles);
|
||||
connect(editFilesAction, &QAction::triggered, this, &GenericProjectPlugin::editFiles);
|
||||
|
||||
connect(ProjectTree::instance(), &ProjectTree::aboutToShowContextMenu,
|
||||
[this] (Project *project, Node *) { m_contextMenuProject = project; });
|
||||
|
||||
Reference in New Issue
Block a user