Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTh0r0 committed Mar 30, 2024
1 parent 1c05269 commit 0fa8c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

Expand Down

0 comments on commit 0fa8c01

Please sign in to comment.