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

Method updatePatchFromEdit

plugins/patchreview/localpatchsource.cpp:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void LocalPatchWidget::updatePatchFromEdit()
115{
116 m_lpatch->setCommand(m_ui->command->text());
117 m_lpatch->setFilename(m_ui->filename->url());
118 m_lpatch->setBaseDir(m_ui->baseDir->url());
119 m_lpatch->setAlreadyApplied(m_ui->applied->checkState() == Qt::Checked);
120}
121
122#include "moc_localpatchsource.cpp"

Callers 1

updateMethod · 0.80

Calls 7

setFilenameMethod · 0.80
setBaseDirMethod · 0.80
setAlreadyAppliedMethod · 0.80
checkStateMethod · 0.80
setCommandMethod · 0.45
textMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected