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

Method slotAppliedChanged

plugins/patchreview/patchreviewtoolview.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void PatchReviewToolView::slotAppliedChanged( int newState ) {
195 if ( LocalPatchSource* lpatch = GetLocalPatchSource() ) {
196 lpatch->setAlreadyApplied( newState == Qt::Checked );
197 m_plugin->notifyPatchChanged();
198 }
199}
200
201void PatchReviewToolView::showEditDialog() {
202 m_editPatch.setupUi( this );

Callers

nothing calls this directly

Calls 2

setAlreadyAppliedMethod · 0.80
notifyPatchChangedMethod · 0.80

Tested by

no test coverage detected