mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
OP-958: uncrustify sources
This commit is contained in:
parent
0f33a16ed8
commit
3757c8e391
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user