mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-13 19:52:12 -04:00
Fix Qt Deprecations (#6386)
Co-authored-by: Kevin Zander <veratil@gmail.com> Co-authored-by: Dominic Clark <mrdomclark@gmail.com>
This commit is contained in:
committed by
Johannes Lorenz
parent
96df9b006c
commit
420769a32d
@@ -138,7 +138,9 @@ RemotePlugin::RemotePlugin() :
|
||||
#endif
|
||||
m_failed( true ),
|
||||
m_watcher( this ),
|
||||
m_commMutex( QMutex::Recursive ),
|
||||
#if (QT_VERSION < QT_VERSION_CHECK(5,14,0))
|
||||
m_commMutex(QMutex::Recursive),
|
||||
#endif
|
||||
m_splitChannels( false ),
|
||||
m_audioBufferSize( 0 ),
|
||||
m_inputCount( DEFAULT_CHANNELS ),
|
||||
|
||||
Reference in New Issue
Block a user