mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
a?adido #include <typeinfo> (compilaci?n Linux)
This commit is contained in:
13
common/qnaturalsorting.h
Normal file
13
common/qnaturalsorting.h
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
#ifndef __QNATURALSORTING_H
|
||||
#define __QNATURALSORTING_H
|
||||
|
||||
#include <QString>
|
||||
#include <QFileInfo>
|
||||
|
||||
bool naturalSortLessThanCS( const QString &left, const QString &right );
|
||||
bool naturalSortLessThanCI( const QString &left, const QString &right );
|
||||
bool naturalSortLessThanCIFileInfo(const QFileInfo & left,const QFileInfo & right);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user