OpenMW
components/contentselector/model/naturalsort.hpp
Go to the documentation of this file.
00001 #ifndef NATURALSORT_H
00002 #define NATURALSORT_H
00003 
00004 #include <QString>
00005 
00006     bool naturalSortLessThanCS( const QString &left, const QString &right );
00007     bool naturalSortLessThanCI( const QString &left, const QString &right );
00008     bool naturalSortGreaterThanCS( const QString &left, const QString &right );
00009     bool naturalSortGreaterThanCI( const QString &left, const QString &right );
00010 
00011 #endif