aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usagestatisticplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usagestatisticplugin.cpp b/src/usagestatisticplugin.cpp
index bef5fd3..ca13b9d 100644
--- a/src/usagestatisticplugin.cpp
+++ b/src/usagestatisticplugin.cpp
@@ -224,7 +224,7 @@ void UsageStatisticPlugin::submitDataOnFirstStart()
*/
if (m_provider && runFirstTime(*m_provider) && !telemetryLevelNotSet(*m_provider))
- QTimer::singleShot(1000 * 60 * 10, [this](){ m_provider->submit(); });
+ QTimer::singleShot(1000 * 60 * 10, this, [this](){ m_provider->submit(); });
}
static ::Utils::InfoBarEntry makeInfoBarEntry()