MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / setSessionFile

Method setSessionFile

src/core/session/SessionManager.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void SessionManager::setSessionFile(const QString &fullPath)
30{
31 m_dataFile = fullPath;
32}
33
34void SessionManager::saveState(std::vector<MainWindow*> &windows)
35{

Callers 1

BrowserApplicationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected