mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
77a898c9ec
commit
6a2b0a89d1
@@ -17,8 +17,6 @@
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CAudioComponent; }
|
||||
namespace BlackGui
|
||||
{
|
||||
@@ -34,7 +32,7 @@ namespace BlackGui
|
||||
explicit CAudioComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CAudioComponent();
|
||||
virtual ~CAudioComponent() override;
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CAudioComponent> ui;
|
||||
|
||||
Reference in New Issue
Block a user