1
0
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:
edouard 2011-02-26 12:01:00 +00:00 committed by edouard
parent 899c1fe0bf
commit 6d00146a2b

View File

@ -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: