Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ initTestCase
Method
initTestCase
src/unittests/common/SettingsTests.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
#include <QSignalSpy>
11
12
void SettingsTests::initTestCase()
13
{
14
QFile oldSettings(m_settingsFile);
15
if (oldSettings.exists())
16
oldSettings.remove();
17
}
18
19
void SettingsTests::setSettingsFile()
20
{
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected