Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
QString SConfig::getLastLoadedFile() const
207
{
208
return value(
"lastLoadedFile"
, QString{}).toString();
209
}
210
211
void SConfig::setLastLoadedFile(const QString& fileName)
212
{
Callers
1
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected