mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix compilation error on GCC.
This commit is contained in:
parent
c55dc00180
commit
5761e7559a
1 changed files with 0 additions and 1 deletions
|
@ -755,7 +755,6 @@ void PeerShortInfoBox::resizeEvent(QResizeEvent *e) {
|
|||
}
|
||||
|
||||
int PeerShortInfoBox::fillRoundedTopHeight() {
|
||||
const auto roundedWidth = _topRoundBackground->width();
|
||||
const auto roundedHeight = _topRoundBackground->height();
|
||||
const auto scrollTop = _scroll->scrollTop();
|
||||
const auto covered = (st::shortInfoWidth - scrollTop);
|
||||
|
|
Loading…
Add table
Reference in a new issue