Skip to content

Commit

Permalink
Fix build with MSVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston authored and 23rd committed Oct 12, 2024
1 parent 84b7d6c commit 9515fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Telegram/SourceFiles/ui/boxes/peer_qr_box.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,6 @@ void FillPeerQrBox(
tr::lng_qr_box_font_size());
Ui::AddSkip(box->verticalLayout());
const auto seekSize = st::settingsScale.seekSize.height();
const auto &labelSt = st::defaultFlatLabel;

const auto slider = box->verticalLayout()->add(
object_ptr<Ui::MediaSliderWheelless>(
Expand Down

0 comments on commit 9515fc7

Please sign in to comment.