MCPcopy Create free account
hub / github.com/LMMS/lmms / openRecentlyOpenedProject

Method openRecentlyOpenedProject

src/gui/MainWindow.cpp:931–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929
930
931void MainWindow::openRecentlyOpenedProject( QAction * _action )
932{
933 if ( mayChangeProject(true) )
934 {
935 const QString f = _action->text().replace("&&", "&");
936 setCursor( Qt::WaitCursor );
937 Engine::getSong()->loadProject( f );
938 setCursor( Qt::ArrowCursor );
939 }
940}
941
942
943

Callers

nothing calls this directly

Calls 2

getSongFunction · 0.85
loadProjectMethod · 0.80

Tested by

no test coverage detected