mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-02 19:29:15 +01:00
Suppress a warning and fix indentation in configgadgetwidget
This commit is contained in:
parent
49b51163bc
commit
7c8700b4e5
@ -216,9 +216,8 @@ void ConfigGadgetWidget::tabAboutToChange(int i,bool * proceed)
|
||||
/*!
|
||||
\brief Called by updates to @PipXStatus
|
||||
*/
|
||||
void ConfigGadgetWidget::updatePipXStatus(UAVObject *object)
|
||||
void ConfigGadgetWidget::updatePipXStatus(UAVObject *)
|
||||
{
|
||||
|
||||
// Restart the disconnection timer.
|
||||
pipxTimeout->start(5000);
|
||||
if (!pipxConnected)
|
||||
|
Loading…
x
Reference in New Issue
Block a user