mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix a warning in snap build
This commit is contained in:
parent
5289810b81
commit
b3e547f4dd
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ QIcon IconGraphic::systemIcon(
|
|||
base::IconName(),
|
||||
};
|
||||
|
||||
for (const auto candidate : candidates) {
|
||||
for (const auto &candidate : candidates) {
|
||||
const auto icon = QIcon::fromTheme(candidate);
|
||||
if (icon.name() == candidate) {
|
||||
return icon;
|
||||
|
|
Loading…
Add table
Reference in a new issue