Qt 4.8
Public Functions | List of all members
QTreeModelGreaterThan Class Reference

Public Functions

bool operator() (QTreeWidgetItem *i1, QTreeWidgetItem *i2) const
 

Detailed Description

Definition at line 66 of file qtreewidget.cpp.

Functions

◆ operator()()

bool QTreeModelGreaterThan::operator() ( QTreeWidgetItem i1,
QTreeWidgetItem i2 
) const
inline

Definition at line 69 of file qtreewidget.cpp.

70  { return *i2 < *i1; }

The documentation for this class was generated from the following file: