/** @brief Copy an image from the current active UAS */
voidcopyImage();
protectedslots:
...
...
@@ -176,7 +176,6 @@ protected:
intwarningBlinkRate;///< Blink rate of warning messages, will be rounded to the refresh rate
QTimer*refreshTimer;///< The main timer, controls the update rate
QTimer*imageTimer;///< The timer for the image update rate
QPainter*hudPainter;
QFontfont;///< The HUD font, per default the free Bitstream Vera SANS, which is very close to actual HUD fonts
QFontDatabasefontDatabase;///< Font database, only used to load the TrueType font file (the HUD font is directly loaded from file rather than from the system)