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

#include <qlistwidget_p.h>

Public Functions

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

Detailed Description

Definition at line 73 of file qlistwidget_p.h.

Functions

◆ operator()()

bool QListModelGreaterThan::operator() ( QListWidgetItem i1,
QListWidgetItem i2 
) const
inline

Definition at line 76 of file qlistwidget_p.h.

77  { return *i2 < *i1; }

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