mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Doxygen
This commit is contained in:
committed by
Mat Sutcliffe
parent
7e22318a6e
commit
8622b7b583
@@ -78,9 +78,9 @@ namespace BlackGui
|
||||
static constexpr double High = 0.60;
|
||||
static constexpr double DecayValue = 0.10;
|
||||
QTimer *m_redrawTimer = nullptr;
|
||||
QColor m_lowColor;
|
||||
QColor m_highColor;
|
||||
QColor m_peakColor;
|
||||
QColor m_lowColor; //!< color for low values
|
||||
QColor m_highColor; //!< color for high values
|
||||
QColor m_peakColor; //!< color for peak values
|
||||
};
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user