mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revisions
This commit is contained in:
parent
ab4cc3a3fb
commit
745954f846
2 changed files with 6 additions and 11 deletions
|
|
@ -11,8 +11,6 @@ class Connection;
|
|||
class WiFi_ME : public QTcpSocket {
|
||||
Q_OBJECT
|
||||
|
||||
/*** <INTERFACE> ****************************************/
|
||||
|
||||
public:
|
||||
#ifdef Q_OS_ANDROID
|
||||
WiFi_ME(QtAndroidService*, Connection*);
|
||||
|
|
@ -26,13 +24,6 @@ public Q_SLOTS:
|
|||
void read2();
|
||||
void write2(const QByteArray&);
|
||||
|
||||
Q_SIGNALS:
|
||||
void setReady(const QString&);
|
||||
void receivedFromRadio(const QByteArray&, const QString&);
|
||||
void receivingDone();
|
||||
|
||||
/*** </INTERFACE> ***************************************/
|
||||
|
||||
public:
|
||||
#ifdef Q_OS_ANDROID
|
||||
QtAndroidService* emitter = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue