![]() |
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) |
static QString | invalidId () |
QDataStream & | operator<< (QDataStream &ds, const QTimeZone &tz) |
QDataStream & | operator>> (QDataStream &ds, QTimeZone &tz) |
QDebug | operator<< (QDebug dbg, const QTimeZone &tz) |
Definition at line 758 of file qtimezone.cpp.
|
inlinestatic |
Definition at line 1707 of file qtimezone.cpp.
QDataStream & operator<< | ( | QDataStream & | ds, |
const QTimeZone & | tz ) |
Definition at line 1709 of file qtimezone.cpp.
Definition at line 1767 of file qtimezone.cpp.
QDataStream & operator>> | ( | QDataStream & | ds, |
QTimeZone & | tz ) |
Definition at line 1721 of file qtimezone.cpp.