summaryrefslogtreecommitdiff
path: root/src/manager-lib/quicklauncher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager-lib/quicklauncher.cpp')
-rw-r--r--src/manager-lib/quicklauncher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager-lib/quicklauncher.cpp b/src/manager-lib/quicklauncher.cpp
index 97e6aa26..50a13921 100644
--- a/src/manager-lib/quicklauncher.cpp
+++ b/src/manager-lib/quicklauncher.cpp
@@ -222,7 +222,7 @@ void QuickLauncher::shutDown()
bool waitForRemove = false;
for (auto entry = m_quickLaunchPool.begin(); entry != m_quickLaunchPool.end(); ++entry) {
- for (const auto &car : qAsConst(entry->m_containersAndRuntimes)) {
+ for (const auto &car : std::as_const(entry->m_containersAndRuntimes)) {
if (car.second)
car.second->stop();
else if (car.first)