MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / TreeIntItem

Method TreeIntItem

src/tabstructures.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20public:
21 TreeIntItem(QTreeWidget *parent = nullptr) : QTreeWidgetItem(parent) {}
22 bool operator< (const QTreeWidgetItem& x) const
23 {
24 int col = treeWidget()->sortColumn();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected