MCPcopy Create free account
hub / github.com/KDE/gwenview / ExpandedTreeView

Method ExpandedTreeView

app/imagemetainfodialog.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81{
82public:
83 explicit ExpandedTreeView(QWidget *parent)
84 : QTreeView(parent)
85 {
86 }
87
88protected:
89 void rowsInserted(const QModelIndex &parent, int start, int end) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected