mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T195, formatting
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CAudioComponent; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
@@ -36,12 +35,11 @@ namespace BlackGui
|
||||
explicit CAudioComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CAudioComponent();
|
||||
virtual ~CAudioComponent();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CAudioComponent> ui;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user