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

Public Functions

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

Detailed Description

Definition at line 59 of file qtreewidget.cpp.

Functions

◆ operator()()

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

Definition at line 62 of file qtreewidget.cpp.

63  { return *i1 < *i2; }

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