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

Function openConfigurationPage

plugins/clang/duchain/missingincludepathproblem.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace
17{
18void openConfigurationPage(const QString& path)
19{
20 KDevelop::IDefinesAndIncludesManager::manager()->openConfigurationDialog(path);
21}
22}
23
24class AddCustomIncludePathAction : public KDevelop::IAssistantAction

Callers 1

executeMethod · 0.85

Calls 2

managerFunction · 0.85

Tested by

no test coverage detected