mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
Doxygen
This commit is contained in:
@@ -30,9 +30,12 @@ namespace BlackGui
|
||||
class BLACKGUI_EXPORT CLevelMeter : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
//! Properties @{
|
||||
Q_PROPERTY(QColor lowColor READ getLowColor WRITE setLowColor)
|
||||
Q_PROPERTY(QColor highColor READ getHighColor WRITE setHighColor)
|
||||
Q_PROPERTY(QColor peakColor READ getPeakColor WRITE setPeakColor)
|
||||
//! @}
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
|
||||
Reference in New Issue
Block a user