1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

uncrustify

This commit is contained in:
Alessio Morale 2014-07-14 11:17:42 +02:00
parent dd19818e1b
commit 6c8e4c8fad
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ PfdQmlGadgetWidget::PfdQmlGadgetWidget(QWindow *parent) :
"TakeOffLocation" << "TakeOffLocation" <<
"PathPlan" << "PathPlan" <<
"WaypointActive" << "WaypointActive" <<
"OPLinkStatus" ; "OPLinkStatus";
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance(); ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
UAVObjectManager *objManager = pm->getObject<UAVObjectManager>(); UAVObjectManager *objManager = pm->getObject<UAVObjectManager>();

View File

@ -230,7 +230,7 @@ UAVObjectManager *ConfigTaskWidget::getObjectManager()
void ConfigTaskWidget::onAutopilotDisconnect() void ConfigTaskWidget::onAutopilotDisconnect()
{ {
m_isConnected = false; m_isConnected = false;
// Reset board ID and clear bound combo box lists to force repopulation // Reset board ID and clear bound combo box lists to force repopulation
// when we get another connected signal. This means that we get the // when we get another connected signal. This means that we get the