mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2020-02-17 Fred Gleason <fredg@paravelsystems.com>
* Removed Q3Socket dependency from the vGuest switcher driver.
This commit is contained in:
@@ -62,7 +62,7 @@ class VGuest : public Switcher
|
||||
void connectedData(int id);
|
||||
void connectionClosedData(int id);
|
||||
void readyReadData(int id);
|
||||
void errorData(int err,int id);
|
||||
void errorData(QAbstractSocket::SocketError err,int id);
|
||||
void gpioOneshotData(int value);
|
||||
void pingData(int id);
|
||||
void pingResponseData(int id);
|
||||
|
||||
Reference in New Issue
Block a user