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

Method enableActions

plugins/documentswitcher/documentswitcherplugin.cpp:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void DocumentSwitcherPlugin::enableActions()
241{
242 forwardAction->setEnabled(true);
243 backwardAction->setEnabled(true);
244}
245
246#include "documentswitcherplugin.moc"
247#include "moc_documentswitcherplugin.cpp"

Callers

nothing calls this directly

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected