MCPcopy 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
78void Settings::setSysroot(const QString& path)
79{
80 m_sysroot = path.trimmed();
81 emit sysrootChanged(m_sysroot);
82}
83
84void Settings::setKallsyms(const QString& path)
85{

Callers 3

addPathSettingsPageMethod · 0.45
MainWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected