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

Method setCommand

plugins/patchreview/localpatchsource.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 void setFilename(const QUrl& filename) { m_filename = filename; }
40 void setBaseDir(const QUrl& dir) { m_baseDir = dir; }
41 void setCommand(const QString& cmd) { m_command = cmd; }
42
43 QString command() const { return m_command; }
44

Callers 1

updatePatchFromEditMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected