![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qtimezone.h"#include <QtCore/qdatastream.h>#include <QtCore/qdatetime.h>#include <qdebug.h>#include <algorithm>Go to the source code of this file.
Functions | |
| bool | comparesEqual (const QTimeZone &lhs, const QTimeZone &rhs) noexcept |
| static QString | invalidId () |
| QDataStream & | operator<< (QDataStream &ds, const QTimeZone &tz) |
| QDataStream & | operator>> (QDataStream &ds, QTimeZone &tz) |
| QDebug | operator<< (QDebug dbg, const QTimeZone &tz) |
Variables | |
| QT_BEGIN_NAMESPACE | |
Definition at line 759 of file qtimezone.cpp.
|
inlinestatic |
Definition at line 1719 of file qtimezone.cpp.
| QDataStream & operator<< | ( | QDataStream & | ds, |
| const QTimeZone & | tz ) |
Definition at line 1721 of file qtimezone.cpp.
Definition at line 1779 of file qtimezone.cpp.
| QDataStream & operator>> | ( | QDataStream & | ds, |
| QTimeZone & | tz ) |
Definition at line 1733 of file qtimezone.cpp.
|
Definition at line 19 of file qtimezone.cpp.