Commit 8c49c699 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #4784 from DonLakeFlyer/BrandTypo

Fix typo in brand image properties
parents 1c16dfea e994134e
......@@ -41,7 +41,7 @@ public:
Q_PROPERTY(bool showAdvancedUI READ showAdvancedUI WRITE setShowAdvancedUI NOTIFY showAdvancedUIChanged)
Q_PROPERTY(QString brandImageIndoor READ brandImageIndoor CONSTANT)
Q_PROPERTY(QString brandImageOutdoor READ brandImageIndoor CONSTANT)
Q_PROPERTY(QString brandImageOutdoor READ brandImageOutdoor CONSTANT)
/// The list of settings under the Settings Menu
/// @return A list of QGCSettings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment