Merge branch 'qt5-vst-2-stable' into fix/qt5-vst
# Conflicts: # plugins/vst_base/RemoteVstPlugin.cpp # plugins/vst_base/VstPlugin.cpp
This commit is contained in:
@@ -796,19 +796,6 @@ public:
|
||||
unlock();
|
||||
}
|
||||
|
||||
void showUI()
|
||||
{
|
||||
lock();
|
||||
sendMessage( IdShowUI );
|
||||
unlock();
|
||||
}
|
||||
|
||||
void hideUI()
|
||||
{
|
||||
lock();
|
||||
sendMessage( IdHideUI );
|
||||
unlock();
|
||||
}
|
||||
|
||||
void toggleUI()
|
||||
{
|
||||
@@ -841,6 +828,9 @@ public:
|
||||
m_commMutex.unlock();
|
||||
}
|
||||
|
||||
public slots:
|
||||
void showUI();
|
||||
void hideUI();
|
||||
|
||||
protected:
|
||||
inline void setSplittedChannels( bool _on )
|
||||
|
||||
Reference in New Issue
Block a user