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

Method activateDeps

plugins/execute/nativeappconfig.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void NativeAppConfigPage::activateDeps( int idx )
159{
160 dependencies->setEnabled( dependencyAction->itemData( idx ).toString() != QLatin1String("Nothing") );
161}
162
163void NativeAppConfigPage::saveToConfiguration( KConfigGroup cfg, KDevelop::IProject* project ) const
164{

Callers

nothing calls this directly

Calls 3

setEnabledMethod · 0.45
toStringMethod · 0.45
itemDataMethod · 0.45

Tested by

no test coverage detected