mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
uncrustify
This commit is contained in:
parent
dd19818e1b
commit
6c8e4c8fad
@ -67,7 +67,7 @@ PfdQmlGadgetWidget::PfdQmlGadgetWidget(QWindow *parent) :
|
||||
"TakeOffLocation" <<
|
||||
"PathPlan" <<
|
||||
"WaypointActive" <<
|
||||
"OPLinkStatus" ;
|
||||
"OPLinkStatus";
|
||||
|
||||
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
|
||||
UAVObjectManager *objManager = pm->getObject<UAVObjectManager>();
|
||||
|
@ -230,7 +230,7 @@ UAVObjectManager *ConfigTaskWidget::getObjectManager()
|
||||
|
||||
void ConfigTaskWidget::onAutopilotDisconnect()
|
||||
{
|
||||
m_isConnected = false;
|
||||
m_isConnected = false;
|
||||
|
||||
// Reset board ID and clear bound combo box lists to force repopulation
|
||||
// when we get another connected signal. This means that we get the
|
||||
|
Loading…
x
Reference in New Issue
Block a user