Merge pull request #1264 from floft/configrename
Last configManager to ConfigManager rename
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user