mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-13 11:38:24 -04:00
Rename configManager to ConfigManager
This commit is contained in:
@@ -52,7 +52,7 @@ VstSyncController::VstSyncController() :
|
||||
m_shmID( -1 ),
|
||||
m_shm( "/usr/bin/lmms" )
|
||||
{
|
||||
if( configManager::inst()->value( "ui", "syncvstplugins" ).toInt() )
|
||||
if( ConfigManager::inst()->value( "ui", "syncvstplugins" ).toInt() )
|
||||
{
|
||||
connect( engine::mixer(), SIGNAL( sampleRateChanged() ), this, SLOT( updateSampleRate() ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user