2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Removed PeerChooseCancel global variable from facades.

This commit is contained in:
23rd
2021-05-25 19:22:46 +03:00
parent daa14466e5
commit 77c8bf8176
7 changed files with 16 additions and 11 deletions

View File

@@ -87,6 +87,8 @@ public:
void updateForwardBar();
[[nodiscard]] rpl::producer<> closeForwardBarRequests() const;
// Float player interface.
bool floatPlayerHandleWheelEvent(QEvent *e) override;
QRect floatPlayerAvailableRect() override;
@@ -245,6 +247,8 @@ private:
int _topDelta = 0;
rpl::event_stream<> _closeForwardBarRequests;
};
} // namespace Dialogs