mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-17 19:24:52 -04:00
Rename configManager to ConfigManager
This commit is contained in:
@@ -170,7 +170,7 @@ QString DataFile::nameWithExtension( const QString & _fn ) const
|
||||
_fn.section( '.', -1 ) != "mpt" &&
|
||||
_fn.section( '.', -1 ) != "mmpz" )
|
||||
{
|
||||
if( configManager::inst()->value( "app",
|
||||
if( ConfigManager::inst()->value( "app",
|
||||
"nommpz" ).toInt() == 0 )
|
||||
{
|
||||
return _fn + ".mmpz";
|
||||
|
||||
Reference in New Issue
Block a user