mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build for macOS.
This commit is contained in:
parent
b56749426b
commit
ca4b1e6ae0
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ OverlayWidget::OverlayWidget()
|
||||||
|
|
||||||
#if defined Q_OS_MAC && !defined OS_OSX
|
#if defined Q_OS_MAC && !defined OS_OSX
|
||||||
TouchBar::SetupMediaViewTouchBar(
|
TouchBar::SetupMediaViewTouchBar(
|
||||||
winId(),
|
_widget->winId(),
|
||||||
static_cast<PlaybackControls::Delegate*>(this),
|
static_cast<PlaybackControls::Delegate*>(this),
|
||||||
_touchbarTrackState.events(),
|
_touchbarTrackState.events(),
|
||||||
_touchbarDisplay.events(),
|
_touchbarDisplay.events(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue