![]() |
Qt 6.x
The Qt SDK
|
#include "qcalendar.h"
#include "qcalendarbackend_p.h"
#include "qgregoriancalendar_p.h"
#include "qjuliancalendar_p.h"
#include "qmilankoviccalendar_p.h"
#include <private/qflatmap_p.h>
#include "qatomic.h"
#include "qdatetime.h"
#include "qcalendarmath_p.h"
#include <qhash.h>
#include <qreadwritelock.h>
#include <vector>
#include "moc_qcalendar.cpp"
Go to the source code of this file.
Classes | |
struct | QCalendarRegistryCaseInsensitiveAnyStringViewLessThan |
struct | QCalendarRegistryCaseInsensitiveAnyStringViewLessThan::is_transparent |
class | QtPrivate::QCalendarRegistry |
Namespaces | |
namespace | QtPrivate |
\macro QT_NAMESPACE | |
Macros | |
#define | SAFE_D() const auto d = Q_UNLIKELY(calendarRegistry.isDestroyed()) ? nullptr : d_ptr |
Functions | |
Q_GLOBAL_STATIC (QtPrivate::QCalendarRegistry, calendarRegistry) | |
#define SAFE_D | ( | ) | const auto d = Q_UNLIKELY(calendarRegistry.isDestroyed()) ? nullptr : d_ptr |
Definition at line 625 of file qcalendar.cpp.
Q_GLOBAL_STATIC | ( | QtPrivate::QCalendarRegistry | , |
calendarRegistry | |||
) |