[vlc-commits] [Git][videolan/vlc][master] qt: explicitly construct QPrivateSignal
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun Sep 3 16:17:46 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
8c72e537 by Fatih Uzunoglu at 2023-09-03T16:03:00+00:00
qt: explicitly construct QPrivateSignal
- - - - -
1 changed file:
- modules/gui/qt/style/colorcontext.cpp
Changes:
=====================================
modules/gui/qt/style/colorcontext.cpp
=====================================
@@ -282,7 +282,7 @@ bool ColorContext::setInheritedState(std::shared_ptr<ColorContextState>& state)
connect(m_state.get(), &ColorContextState::pressedChanged, this, &ColorContext::pressedChanged);
}
- emit sharedStateChanged({});
+ emit sharedStateChanged(QPrivateSignal());
if (m_initialized)
emit colorsChanged();
return true;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8c72e5373036eec4815832be0c573963201d2bde
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8c72e5373036eec4815832be0c573963201d2bde
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list