mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Move number-aware comparison logic into misc class.
This commit is contained in:
@@ -119,6 +119,10 @@ public:
|
||||
#else
|
||||
static QString toQString(time_t t);
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
static bool naturalSort(QString left, QString right, bool& result);
|
||||
#endif
|
||||
};
|
||||
|
||||
// Trick to get a portable sleep() function
|
||||
|
||||
Reference in New Issue
Block a user