![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qvariant.h>
#include <QtCore/qstring.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qshareddata.h>
Go to the source code of this file.
Classes | |
class | QLocale |
Functions | |
Q_CORE_EXPORT size_t | qHash (const QLocale &key, size_t seed=0) |
Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QLocale &) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QLocale &) |
Q_CORE_EXPORT QDebug | operator<< (QDebug, const QLocale &) |
QDataStream & operator<< | ( | QDataStream & | ds, |
const QLocale & | l ) |
Definition at line 960 of file qlocale.cpp.
Definition at line 5439 of file qlocale.cpp.
QDataStream & operator>> | ( | QDataStream & | ds, |
QLocale & | l ) |
Definition at line 966 of file qlocale.cpp.
|
noexcept |
Definition at line 1306 of file qlocale.cpp.