mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
modificado el estilo de los splitters y la toolbar de comics
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