forked from qt-creator/qt-creator
Drop Qt5: ProjectExplorer: Get rid of QOverload
Change-Id: Id8b28efa7b31a92a5e24485803322c586a23802d Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -497,7 +497,7 @@ Project::RestoreResult PythonProject::fromMap(const QVariantMap &map, QString *e
|
||||
PythonBuildSystem::PythonBuildSystem(Target *target)
|
||||
: BuildSystem(target)
|
||||
{
|
||||
connect(target->project(), &Project::projectFileIsDirty, this, [this]() { triggerParsing(); });
|
||||
connect(target->project(), &Project::projectFileIsDirty, this, [this] { triggerParsing(); });
|
||||
QTimer::singleShot(0, this, &PythonBuildSystem::triggerParsing);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user