Replace qSort/qStableSort/qSwap
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
#include "internetservice.h"
|
||||
#include "internetmodel.h"
|
||||
|
||||
using std::advance;
|
||||
|
||||
const int InternetSearch::kDelayedSearchTimeoutMs = 200;
|
||||
const int InternetSearch::kMaxResultsPerEmission = 2000;
|
||||
const int InternetSearch::kArtHeight = 32;
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <functional>
|
||||
#include <algorithm>
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QWidget>
|
||||
|
||||
Reference in New Issue
Block a user