Merge pull request #1264 from floft/configrename

Last configManager to ConfigManager rename
This commit is contained in:
Vesa V
2014-11-03 22:36:38 +02:00

View File

@@ -759,7 +759,7 @@ void MainWindow::openRecentlyOpenedProject( QAction * _action )
const QString & f = _action->text();
setCursor( Qt::WaitCursor );
engine::getSong()->loadProject( f );
configManager::inst()->addRecentlyOpenedProject( f );
ConfigManager::inst()->addRecentlyOpenedProject( f );
setCursor( Qt::ArrowCursor );
}
}