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

Method onVariableInserted

kdevplatform/shell/settings/environmentwidget.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void EnvironmentWidget::onVariableInserted(int column, const QVariant& value)
225{
226 Q_UNUSED(column);
227 m_environmentProfileModel->addVariable(value.toString(), QString());
228}
229
230void EnvironmentWidget::batchModeEditButtonClicked()
231{

Callers

nothing calls this directly

Calls 3

QStringClass · 0.50
addVariableMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected