mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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;
|
||||
}
|
||||
|
||||
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(
|
||||
Core::App().getFileDialogParent(),
|
||||
tr::lng_save_photo(tr::now),
|
||||
|
|
|
@ -806,7 +806,7 @@ void Selector::expand() {
|
|||
createList();
|
||||
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();
|
||||
setSelected(-1);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue