mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OP-1628 Uncrustify
This commit is contained in:
parent
373ed5df36
commit
205a2d7b7a
@ -52,7 +52,8 @@ bool TelemetryManager::isConnected() const
|
||||
return m_connectionState == TELEMETRY_CONNECTED;
|
||||
}
|
||||
|
||||
TelemetryManager::ConnectionState TelemetryManager::connectionState() const {
|
||||
TelemetryManager::ConnectionState TelemetryManager::connectionState() const
|
||||
{
|
||||
return m_connectionState;
|
||||
}
|
||||
|
||||
|
@ -672,6 +672,7 @@ bool UploaderGadgetWidget::autoUpdateCapable()
|
||||
bool UploaderGadgetWidget::autoUpdate(bool erase)
|
||||
{
|
||||
ExtensionSystem::PluginManager *pluginManager = ExtensionSystem::PluginManager::instance();
|
||||
|
||||
Q_ASSERT(pluginManager);
|
||||
TelemetryManager *telemetryManager = pluginManager->getObject<TelemetryManager>();
|
||||
Q_ASSERT(telemetryManager);
|
||||
|
Loading…
Reference in New Issue
Block a user