From 0fa8c01dbe929a7de44e48f7a837996d252ad35f Mon Sep 17 00:00:00 2001 From: ElTh0r0 Date: Sat, 30 Mar 2024 19:25:34 +0100 Subject: [PATCH] m --- dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialog.cpp b/dialog.cpp index 85d829e..6454cb9 100644 --- a/dialog.cpp +++ b/dialog.cpp @@ -66,7 +66,7 @@ void Dialog::checkSpelling() { searchdirs.push_back(app_path); qDebug() << "Found dictionaries:"; - for (auto s : dict_list) { + for (const auto &s : dict_list) { qDebug() << QString::fromUtf16(s.u16string().c_str()); }