Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
void ProjectChangesModel::documentSaved(KDevelop::IDocument* document)
194
{
195
reload({document->url()});
196
}
197
198
void ProjectChangesModel::itemsAdded(const QModelIndex& parent, int start, int end)
199
{
Callers
nothing calls this directly
Calls
1
url
Method · 0.45
Tested by
no test coverage detected