Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/hotspot
/ setSysroot
Method
setSysroot
src/settings.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void Settings::setSysroot(const QString& path)
79
{
80
m_sysroot = path.trimmed();
81
emit sysrootChanged(m_sysroot);
82
}
83
84
void Settings::setKallsyms(const QString& path)
85
{
Callers
3
ResultsDisassemblyPage
Method · 0.45
addPathSettingsPage
Method · 0.45
MainWindow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected