mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 18:40:56 -08:00
revisions
This commit is contained in:
parent
04e511326a
commit
f02422ddfe
5 changed files with 11 additions and 11 deletions
|
|
@ -28,7 +28,7 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
extern "C" { LIB_EXPORT QObject* ini(); }
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
#if (defined Q_OS_UNIX) && !(defined NO_USB)
|
||||
class USB;
|
||||
#endif
|
||||
|
||||
|
|
@ -111,7 +111,7 @@ public:
|
|||
Q_INVOKABLE QVariant localIp();
|
||||
|
||||
// USB
|
||||
#ifdef Q_OS_UNIX
|
||||
#if (defined Q_OS_UNIX) && !(defined NO_USB)
|
||||
Q_INVOKABLE QVariant connectUsb ();
|
||||
Q_INVOKABLE QVariant sendToUlisp (const QVariant&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue