![]() |
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 760 of file qtimezone.cpp.
|
inlinestatic |
Definition at line 1720 of file qtimezone.cpp.
| QDataStream & operator<< | ( | QDataStream & | ds, |
| const QTimeZone & | tz ) |
Definition at line 1722 of file qtimezone.cpp.
Definition at line 1780 of file qtimezone.cpp.
| QDataStream & operator>> | ( | QDataStream & | ds, |
| QTimeZone & | tz ) |
Definition at line 1734 of file qtimezone.cpp.
|
Definition at line 20 of file qtimezone.cpp.