1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

OP-958: uncrustify sources

This commit is contained in:
Oleg Semyonov 2013-05-25 02:29:57 +03:00
parent 0f33a16ed8
commit 3757c8e391

View File

@ -137,13 +137,14 @@ signals:
*/
void deviceDiscovered(const USBPortInfo & info);
void deviceDiscovered();
/*!
A device has been disconnected from the system.
setUpNotifications() must be called first to enable event-driven device notifications.
Currently only implemented on Windows and OS X.
\param info The device that was disconnected.
*/
/*!
A device has been disconnected from the system.
setUpNotifications() must be called first to enable event-driven device notifications.
Currently only implemented on Windows and OS X.
\param info The device that was disconnected.
*/
void deviceRemoved(const USBPortInfo & info);
void deviceRemoved();