mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
Removed the availableDevChanged(QObject*) in rawhidplugin.h as it hid availableDevChanged(IConnection*) and prevented
the connection manager from getting the signal whenever a USB device is connected/disconnected. Any side effect on Windows? git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2887 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
899c1fe0bf
commit
6d00146a2b
@ -89,7 +89,7 @@ public:
|
||||
bool deviceOpened() { return (RawHidHandle != NULL); } // Pip
|
||||
|
||||
signals:
|
||||
void availableDevChanged(QObject *obj); // Pip
|
||||
// void availableDevChanged(QObject *obj); // Pip
|
||||
void deviceClosed(QObject *obj); // Pip
|
||||
|
||||
protected slots:
|
||||
|
Loading…
x
Reference in New Issue
Block a user