Last configManager to ConfigManager rename

This commit is contained in:
Garrett
2014-11-03 08:21:30 -08:00
parent fa9674521e
commit 6c91679de4

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 );
}
}