mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix build with Xcode.
This commit is contained in:
parent
7b3cb0c3dd
commit
609cab6e2f
1 changed files with 0 additions and 6 deletions
|
@ -362,7 +362,6 @@ private:
|
|||
object_ptr<Window::TopBarWrapWidget<Media::Player::Widget>> _player
|
||||
= { nullptr };
|
||||
object_ptr<Media::Player::Panel> _playerPlaylist;
|
||||
bool _playerUsingPanel = false;
|
||||
|
||||
base::unique_qptr<Window::HistoryHider> _hider;
|
||||
std::vector<std::unique_ptr<StackItem>> _stack;
|
||||
|
@ -372,14 +371,9 @@ private:
|
|||
int _exportTopBarHeight = 0;
|
||||
int _contentScrollAddToY = 0;
|
||||
|
||||
PhotoData *_deletingPhoto = nullptr;
|
||||
|
||||
struct SettingBackground;
|
||||
std::unique_ptr<SettingBackground> _background;
|
||||
|
||||
bool _firstColumnResizing = false;
|
||||
int _firstColumnResizingShift = 0;
|
||||
|
||||
// _changelogs depends on _data, subscribes on chats loading event.
|
||||
const std::unique_ptr<Core::Changelogs> _changelogs;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue