Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtimezone.cpp File Reference

(765193693982abdbc53910ff0d7d1149332ca83e)

#include "qtimezone.h"
#include <QtCore/qdatastream.h>
#include <QtCore/qdatetime.h>
#include <qdebug.h>
#include <algorithm>
+ Include dependency graph for qtimezone.cpp:

Go to the source code of this file.

Functions

bool comparesEqual (const QTimeZone &lhs, const QTimeZone &rhs)
 
static QString invalidId ()
 
QDataStreamoperator<< (QDataStream &ds, const QTimeZone &tz)
 
QDataStreamoperator>> (QDataStream &ds, QTimeZone &tz)
 
QDebug operator<< (QDebug dbg, const QTimeZone &tz)
 

Function Documentation

◆ comparesEqual()

bool comparesEqual ( const QTimeZone & lhs,
const QTimeZone & rhs )
noexcept

Definition at line 758 of file qtimezone.cpp.

◆ invalidId()

static QString invalidId ( )
inlinestatic

Definition at line 1707 of file qtimezone.cpp.

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & ds,
const QTimeZone & tz )

Definition at line 1709 of file qtimezone.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QTimeZone & tz )

Definition at line 1767 of file qtimezone.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & ds,
QTimeZone & tz )

Definition at line 1721 of file qtimezone.cpp.