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

Method document

kdevplatform/vcs/interfaces/icontentawareversioncontrol.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28CheckInRepositoryJob::~CheckInRepositoryJob() = default;
29
30KTextEditor::Document* CheckInRepositoryJob::document() const
31{
32 Q_D(const CheckInRepositoryJob);
33
34 return d->document;
35}
36
37void CheckInRepositoryJob::abort()
38{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected