MCPcopy Create free account
hub / github.com/KDE/okular / columnCount

Method columnCount

part/annotationmodel.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305int AnnotationModel::columnCount(const QModelIndex &parent) const
306{
307 Q_UNUSED(parent)
308 return 1;
309}
310
311QVariant AnnotationModel::data(const QModelIndex &index, int role) const
312{

Callers 2

itemMatchesMethod · 0.45
EmbeddedFilesDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected