Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
void SessionManager::setSessionFile(const QString &fullPath)
30
{
31
m_dataFile = fullPath;
32
}
33
34
void SessionManager::saveState(std::vector<MainWindow*> &windows)
35
{
Callers
1
BrowserApplication
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected