mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Ignore some unused variables
This commit is contained in:
parent
9d582040e6
commit
bd67bc4433
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ void SavePhotoToFile(not_null<PhotoData*> photo) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto image = media->image(Data::PhotoSize::Large)->original();
|
const auto image = media->image(Data::PhotoSize::Large)->original(); // clazy:exclude=unused-non-trivial-variable
|
||||||
FileDialog::GetWritePath(
|
FileDialog::GetWritePath(
|
||||||
Core::App().getFileDialogParent(),
|
Core::App().getFileDialogParent(),
|
||||||
tr::lng_save_photo(tr::now),
|
tr::lng_save_photo(tr::now),
|
||||||
|
|
|
@ -806,7 +806,7 @@ void Selector::expand() {
|
||||||
createList();
|
createList();
|
||||||
cacheExpandIcon();
|
cacheExpandIcon();
|
||||||
|
|
||||||
[[maybe_unused]] const auto grabbed = Ui::GrabWidget(_scroll);
|
[[maybe_unused]] const auto grabbed = Ui::GrabWidget(_scroll); // clazy:exclude=unused-non-trivial-variable
|
||||||
_list->prepareExpanding();
|
_list->prepareExpanding();
|
||||||
setSelected(-1);
|
setSelected(-1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue