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

Method documentSaved

kdevplatform/project/projectchangesmodel.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void ProjectChangesModel::documentSaved(KDevelop::IDocument* document)
194{
195 reload({document->url()});
196}
197
198void ProjectChangesModel::itemsAdded(const QModelIndex& parent, int start, int end)
199{

Callers

nothing calls this directly

Calls 1

urlMethod · 0.45

Tested by

no test coverage detected