mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Version 4.11.7: Fix build with GCC.
This commit is contained in:
@@ -208,7 +208,6 @@ StatisticsRequestSender::~StatisticsRequestSender() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void StatisticsRequestSender::checkRequests() {
|
void StatisticsRequestSender::checkRequests() {
|
||||||
const auto api = &_channel->session().api();
|
|
||||||
for (auto i = begin(_requests); i != end(_requests);) {
|
for (auto i = begin(_requests); i != end(_requests);) {
|
||||||
for (auto j = begin(i->second); j != end(i->second);) {
|
for (auto j = begin(i->second); j != end(i->second);) {
|
||||||
if (_api.pending(*j)) {
|
if (_api.pending(*j)) {
|
||||||
|
@@ -688,7 +688,6 @@ FullReplyTo FieldHeader::getDraftReply() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void FieldHeader::updateControlsGeometry(QSize size) {
|
void FieldHeader::updateControlsGeometry(QSize size) {
|
||||||
const auto isReadyToForward = readyToForward();
|
|
||||||
_cancel->moveToRight(0, 0);
|
_cancel->moveToRight(0, 0);
|
||||||
_clickableRect = QRect(
|
_clickableRect = QRect(
|
||||||
0,
|
0,
|
||||||
|
Reference in New Issue
Block a user