Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion qgcimages.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<file alias="Disarmed.svg">src/UI/toolbar/Images/Disarmed.svg</file>
<file alias="Disconnect.svg">src/UI/toolbar/Images/Disconnect.svg</file>
<file alias="EscIndicator.svg">src/UI/toolbar/Images/EscIndicator.svg</file>
<file alias="FirmwareUpgradeIcon.png">src/Vehicle/VehicleSetup/FirmwareUpgradeIcon.png</file>
<file alias="FirmwareUpgradeIcon.png">src/Vehicle/VehicleSetup/Firmware/FirmwareUpgradeIcon.png</file>
<file alias="FollowComponentIcon.png">src/AutoPilotPlugins/Common/Images/FlightModesComponentIcon.png</file>
<file alias="FlightModesComponentIcon.png">src/AutoPilotPlugins/Common/Images/FlightModesComponentIcon.png</file>
<file alias="FloatingWindow.svg">src/AnalyzeView/FloatingWindow.svg</file>
Expand Down
2 changes: 2 additions & 0 deletions src/AnalyzeView/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ target_sources(${CMAKE_PROJECT_NAME}
PRIVATE
LogDownloadController.cc
LogDownloadController.h
LogDownloadStateMachine.cc
LogDownloadStateMachine.h
LogEntry.cc
LogEntry.h
MAVLinkChartController.cc
Expand Down
Loading
Loading