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

Method setText

plugins/clazy/config/commandlinewidget.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27CommandLineWidget::~CommandLineWidget() = default;
28
29void CommandLineWidget::setText(const QString& text)
30{
31 if (m_text != text) {
32 m_text = text;
33 updateCommandLine();
34 }
35}
36
37void CommandLineWidget::updateCommandLine()
38{

Callers 15

ProjectConfigPageMethod · 0.45
updateCommandLineMethod · 0.45
setChecksDbMethod · 0.45
CheckSetNameEditorMethod · 0.45
GlobalConfigPageMethod · 0.45
setToolMethod · 0.45
clearMethod · 0.45
ContextBrowserViewMethod · 0.45
updateCommandLineMethod · 0.45

Calls

no outgoing calls

Tested by 2

PluginMethod · 0.36
PluginMethod · 0.36