mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(),
|
base::IconName(),
|
||||||
};
|
};
|
||||||
|
|
||||||
for (const auto candidate : candidates) {
|
for (const auto &candidate : candidates) {
|
||||||
const auto icon = QIcon::fromTheme(candidate);
|
const auto icon = QIcon::fromTheme(candidate);
|
||||||
if (icon.name() == candidate) {
|
if (icon.name() == candidate) {
|
||||||
return icon;
|
return icon;
|
||||||
|
|
Loading…
Add table
Reference in a new issue