mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Remove compile-time warning to Raw HID plugin as well.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2123 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
fbcce4a005
commit
37a1f602b2
@ -130,6 +130,7 @@ QIODevice *RawHIDConnection::openDevice(const QString &deviceName)
|
||||
|
||||
void RawHIDConnection::closeDevice(const QString &deviceName)
|
||||
{
|
||||
Q_UNUSED(deviceName);
|
||||
//added by andrew...
|
||||
if (RawHidHandle){
|
||||
RawHidHandle->close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user