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

Method updateRanges

plugins/filetemplates/outputpage.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51};
52
53void OutputPagePrivate::updateRanges(QSpinBox* line, QSpinBox* column, bool enable)
54{
55 qCDebug(PLUGIN_FILETEMPLATES) << "Updating Ranges, file exists: " << enable;
56 line->setEnabled(enable);
57 column->setEnabled(enable);
58}
59
60void OutputPagePrivate::updateFileRange(const QString& field)
61{

Callers

nothing calls this directly

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected