MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / updateButtonState

Method updateButtonState

src/plugins/console/consolemanager.cpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void ConsoleManagerPrivate::updateButtonState()
155{
156 removeConsoleBtn->setEnabled(model->rowCount() > 1);
157}
158
159ConsoleManager::ConsoleManager(QWidget *parent)
160 : QWidget(parent),

Callers

nothing calls this directly

Calls 2

setEnabledMethod · 0.45
rowCountMethod · 0.45

Tested by

no test coverage detected