1
0
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:
James Cotton 2012-06-13 13:01:41 -05:00
parent 49b51163bc
commit 7c8700b4e5

View File

@ -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)