(b5ed961273acb07a2a0e5280c116b7230b119158)
#include "qpermissions.h"
#include "qpermissions_p.h"
#include "qhashfunctions.h"
#include <QtCore/qshareddata.h>
#include <QtCore/qdebug.h>
#include "moc_qpermissions.cpp"
Go to the source code of this file.
◆ QT_PERMISSION_IMPL_COMMON
#define QT_PERMISSION_IMPL_COMMON |
( |
| ClassName | ) |
|
Value: \
static_assert(
sizeof(
ClassName) ==
sizeof(
void*), \
"You have added too many members to " #
ClassName "::ShortData. " \
"Decrease their size or switch to using a d-pointer."); \
"You have added members to " #
ClassName "::ShortData that are overaligned. " \
"Decrease their alignment or switch to using a d-pointer."); \
ClassName::ClassName(
const ClassName &other)
noexcept =
default; \
ClassName::~ClassName() = default; \
ClassName::ClassName() \
Definition at line 291 of file qpermissions.cpp.
◆ operator<<()
◆ Q_LOGGING_CATEGORY()
◆ QT_PERMISSION_IMPL_COMMON() [1/6]
◆ QT_PERMISSION_IMPL_COMMON() [2/6]
◆ QT_PERMISSION_IMPL_COMMON() [3/6]
◆ QT_PERMISSION_IMPL_COMMON() [4/6]
◆ QT_PERMISSION_IMPL_COMMON() [5/6]
◆ QT_PERMISSION_IMPL_COMMON() [6/6]