Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setIsCheckbable
Method
setIsCheckbable
kdevplatform/vcs/models/vcsfilechangesmodel.cpp:279–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
void VcsFileChangesModel::setIsCheckbable(bool checkable)
280
{
281
Q_D(VcsFileChangesModel);
282
283
d->allowSelection = checkable;
284
}
285
286
bool VcsFileChangesModel::isCheckable() const
287
{
Callers
1
fillEditFromPatch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected