From 6d00146a2b75f703d0db01925f8d8447f95249fb Mon Sep 17 00:00:00 2001 From: edouard Date: Sat, 26 Feb 2011 12:01:00 +0000 Subject: [PATCH] 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 --- ground/openpilotgcs/src/plugins/rawhid/rawhidplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/openpilotgcs/src/plugins/rawhid/rawhidplugin.h b/ground/openpilotgcs/src/plugins/rawhid/rawhidplugin.h index 82ac2939a..a285b8878 100644 --- a/ground/openpilotgcs/src/plugins/rawhid/rawhidplugin.h +++ b/ground/openpilotgcs/src/plugins/rawhid/rawhidplugin.h @@ -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: