aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/edit3d/bakelights.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/edit3d/bakelights.cpp')
-rw-r--r--src/plugins/qmldesigner/components/edit3d/bakelights.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/edit3d/bakelights.cpp b/src/plugins/qmldesigner/components/edit3d/bakelights.cpp
index 88e7ad379d..35d59f07ef 100644
--- a/src/plugins/qmldesigner/components/edit3d/bakelights.cpp
+++ b/src/plugins/qmldesigner/components/edit3d/bakelights.cpp
@@ -183,7 +183,7 @@ void BakeLights::bakeLights()
m_view->resetPuppet();
};
- auto crashCallback = [this]() {
+ auto crashCallback = [this] {
m_progressDialog->raise();
emit progress(tr("Baking process crashed, baking aborted."));
emit finished();
@@ -232,7 +232,7 @@ void BakeLights::apply()
void BakeLights::rebake()
{
- QTimer::singleShot(0, this, [this]() {
+ QTimer::singleShot(0, this, [this] {
cleanup();
showSetupDialog();
});