MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / getLastLoadedFile

Method getLastLoadedFile

Source/GUI/Settings/SConfig.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206QString SConfig::getLastLoadedFile() const
207{
208 return value("lastLoadedFile", QString{}).toString();
209}
210
211void SConfig::setLastLoadedFile(const QString& fileName)
212{

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected