Ref T195, formatting

This commit is contained in:
Klaus Basan
2017-11-16 02:00:34 +01:00
parent 424d748f25
commit 8103df18f7
8 changed files with 60 additions and 62 deletions

View File

@@ -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