mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Formatting, typos
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f87a06f6d2
commit
eeaed099f0
@@ -26,7 +26,6 @@ class QTimer;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
//! Widget which displays a vertical audio level meter, indicating the
|
||||
//! RMS and peak levels of the window of audio samples most recently analyzed
|
||||
//! by the Engine.
|
||||
@@ -38,13 +37,12 @@ namespace BlackGui
|
||||
CLevelMeter(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CLevelMeter();
|
||||
virtual ~CLevelMeter();
|
||||
|
||||
//! \copydoc QWidget::paintEvent
|
||||
void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
public slots:
|
||||
|
||||
//! Clean up
|
||||
void reset();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user