mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 04:35:41 +08:00
[doxygen] Fix broken groupings
This commit is contained in:
@@ -31,7 +31,8 @@ namespace BlackGui
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
//! Properties @{
|
||||
//! 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)
|
||||
@@ -53,7 +54,8 @@ namespace BlackGui
|
||||
//! Values
|
||||
void levelChanged(double level);
|
||||
|
||||
//! Color properties @{
|
||||
//! Color properties
|
||||
//! @{
|
||||
const QColor &getLowColor() const { return m_lowColor; }
|
||||
const QColor &getHighColor() const { return m_highColor; }
|
||||
const QColor &getPeakColor() const { return m_peakColor; }
|
||||
|
||||
Reference in New Issue
Block a user