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

Class CodeModelViewItem

plugins/quickopen/projectitemquickopen.h:53–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51};
52
53struct CodeModelViewItem
54{
55 CodeModelViewItem()
56 {
57 }
58 CodeModelViewItem(const KDevelop::IndexedString& file, const KDevelop::QualifiedIdentifier& id)
59 : m_file(file)
60 , m_id(id)
61 {
62 }
63 KDevelop::IndexedString m_file;
64 KDevelop::QualifiedIdentifier m_id;
65};
66
67Q_DECLARE_TYPEINFO(CodeModelViewItem, Q_MOVABLE_TYPE);
68

Callers 1

resetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected