MCPcopy Create free account
hub / github.com/KDE/kdeconnect-kde / columnCount

Method columnCount

plugins/sendnotifications/notifyingapplicationmodel.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198int NotifyingApplicationModel::columnCount(const QModelIndex &) const
199{
200 return 3;
201}
202
203int NotifyingApplicationModel::rowCount(const QModelIndex &parent) const
204{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected