![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qstringlistmodel.h"
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <algorithm>
#include "moc_qstringlistmodel.cpp"
Go to the source code of this file.
Functions | |
static bool | ascendingLessThan (const std::pair< QString, int > &s1, const std::pair< QString, int > &s2) |
static bool | decendingLessThan (const std::pair< QString, int > &s1, const std::pair< QString, int > &s2) |
|
static |
Definition at line 295 of file qstringlistmodel.cpp.
|
static |
Definition at line 300 of file qstringlistmodel.cpp.