#include "qnlaengine.h"
#include "../qnetworksession_impl.h"
#include <QtNetwork/private/qnetworkconfiguration_p.h>
#include <QtCore/qthread.h>
#include <QtCore/qmutex.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qdebug.h>
#include "../platformdefs_win.h"
#include "qnlaengine.moc"
Go to the source code of this file.
◆ qGetInterfaceType()
Definition at line 122 of file qnlaengine.cpp.
Referenced by QNlaThread::parseQuerySet().
134 FILE_SHARE_READ, 0, OPEN_EXISTING, 0, 0);
135 if (handle == INVALID_HANDLE_VALUE)
141 &medium,
sizeof(medium), &bytesWritten, 0);
150 &physicalMedium,
sizeof(physicalMedium), &bytesWritten, 0);
163 switch (physicalMedium) {
171 #ifdef BEARER_MANAGEMENT_DEBUG 172 qDebug() <<
"Physical Medium" << physicalMedium;
178 #ifdef BEARER_MANAGEMENT_DEBUG 179 qDebug() << medium << physicalMedium;
Q_CORE_EXPORT void qDebug(const char *,...)
static QString fromLatin1(const char *, int size=-1)
Returns a QString initialized with the first size characters of the Latin-1 string str...
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...