1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-19 09:54:15 +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

@ -137,13 +137,14 @@ signals:
*/ */
void deviceDiscovered(const USBPortInfo & info); void deviceDiscovered(const USBPortInfo & info);
void deviceDiscovered(); 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. A device has been disconnected from the system.
\param info The device that was disconnected.
*/ 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(const USBPortInfo & info);
void deviceRemoved(); void deviceRemoved();