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

Method SessionManager

src/core/session/SessionManager.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include <QUrl>
17
18SessionManager::SessionManager() :
19 m_dataFile(),
20 m_savedSession(false)
21{
22}
23
24bool SessionManager::alreadySaved() const
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected