Build Linux version with Qt 5.15.1 in CentOS 7 docker.
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
}
|
||||
template <typename Predicate>
|
||||
void sortItems(Predicate predicate) {
|
||||
qSort(_items.begin(), _items.end(), std::move(predicate));
|
||||
std::sort(_items.begin(), _items.end(), std::move(predicate));
|
||||
}
|
||||
|
||||
void setPreloadMoreCallback(Fn<void()> callback) {
|
||||
|
||||
Reference in New Issue
Block a user