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

Method fileItem

plugins/documentview/kdevdocumentmodel.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 ~KDevFileItem() override;
67
68 KDevFileItem *fileItem() const override
69 {
70 return const_cast<KDevFileItem*>( this );
71 }
72};
73
74class KDevDocumentModel: public QStandardItemModel

Callers 3

fileListMethod · 0.45
mousePressEventMethod · 0.45
updateSelectedDocsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected