mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 10:31:34 -08:00
revisions
This commit is contained in:
parent
04e511326a
commit
f02422ddfe
5 changed files with 11 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include <QNetworkInterface>
|
||||
#include <QHostAddress>
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
#if (defined Q_OS_UNIX) && !(defined NO_USB)
|
||||
#include "usb/usb.h"
|
||||
#endif
|
||||
|
||||
|
|
@ -341,7 +341,7 @@ QVariant QT::localIp() {
|
|||
|
||||
// USB
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
#if (defined Q_OS_UNIX) && !(defined NO_USB)
|
||||
QVariant QT::connectUsb() {
|
||||
if (usb == nullptr) {
|
||||
usb = new USB();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue