6#ifndef QT_NO_DEBUG_STREAM
13 "Must stay
this way until
Qt 7 because of BC reasons.");
29 qRegisterMetaType<QBluetoothAddress>();
60 m_address =
a.toULongLong(&
ok, 16);
97QString QBluetoothAddress::toString()
const
101 for (
int i = 5;
i >= 0; --
i) {
102 const quint8 a = (m_address >> (
i*8)) & 0xff;
130#ifndef QT_NO_DEBUG_STREAM
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
void registerQBluetoothAddress()
Q_CONSTRUCTOR_FUNCTION(initializeStandardUserDefaults)
GLboolean GLboolean GLboolean GLboolean a
[7]
GLuint GLuint64EXT address
QT_BEGIN_NAMESPACE class QT6_ONLY(Q_CORE_EXPORT) QReadWriteLock
#define QStringLiteral(str)
\inmodule QtCore \reentrant