Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
src_corelib_text_qcollator.cpp
Go to the documentation of this file.
1
// Copyright (C) 2020 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
5
QStringList
sortedStrings
(
QStringList
seq)
6
{
7
QCollator
order
;
8
std::sort(seq.begin(), seq.end(),
order
);
9
return
seq;
10
}
QCollator
\inmodule QtCore
Definition
qcollator.h:42
QStringList
\inmodule QtCore
order
GLfixed GLfixed GLint GLint order
Definition
qopenglext.h:5206
sortedStrings
QStringList sortedStrings(QStringList seq)
[0]
Definition
src_corelib_text_qcollator.cpp:5
qtbase
src
corelib
doc
snippets
code
src_corelib_text_qcollator.cpp
Generated by
1.9.7