forked from qt-creator/qt-creator
Fix various compiler warnings
Change-Id: Ib64f04f154b2c44dad3248ef038449c2ac628686 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -479,7 +479,7 @@ void GitPluginPrivate::onApplySettings()
|
||||
QString errorMessage;
|
||||
m_settings.gitExecutable(&gitFoundOk, &errorMessage);
|
||||
if (!gitFoundOk) {
|
||||
QTimer::singleShot(0, this, [this, errorMessage] {
|
||||
QTimer::singleShot(0, this, [errorMessage] {
|
||||
Core::AsynchronousMessageBox::warning(tr("Git Settings"), errorMessage);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user