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

#include <qlistwidget_p.h>

Public Functions

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

Detailed Description

Definition at line 66 of file qlistwidget_p.h.

Functions

◆ operator()()

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

Definition at line 69 of file qlistwidget_p.h.

70  { return *i1 < *i2; }

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