MCPcopy Create free account
hub / github.com/KDE/kdevelop / loadOtherConfig

Method loadOtherConfig

plugins/qmakebuilder/qmakebuilderpreferences.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void QMakeBuilderPreferences::loadOtherConfig(const QString& config)
108{
109 qCDebug(KDEV_QMAKEBUILDER) << "Loading config " << config;
110 m_chooserUi->loadConfig(config);
111 apply(); // since current config has changed, it must be saved immediately
112}
113
114void QMakeBuilderPreferences::addBuildConfig()
115{

Callers

nothing calls this directly

Calls 2

applyFunction · 0.50
loadConfigMethod · 0.45

Tested by

no test coverage detected