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

Method isCheckable

kdevplatform/vcs/models/vcsfilechangesmodel.cpp:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286bool VcsFileChangesModel::isCheckable() const
287{
288 Q_D(const VcsFileChangesModel);
289
290 return d->allowSelection;
291}
292
293bool VcsFileChangesModel::removeUrl(const QModelIndex& parent, const QUrl& url)
294{

Callers 3

openMethod · 0.80
fileItemChangedMethod · 0.80
updateCheckStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected