Style, removed redundant CForm overrides

This commit is contained in:
Klaus Basan
2018-08-04 23:39:32 +02:00
parent b4f39f6226
commit b671c2a0a5
19 changed files with 29 additions and 37 deletions

View File

@@ -20,8 +20,6 @@
#include <QObject>
#include <QScopedPointer>
class QWidget;
namespace Ui { class CModelMappingForm; }
namespace BlackGui
{
@@ -39,7 +37,7 @@ namespace BlackGui
explicit CModelMappingForm(QWidget *parent = nullptr);
//! Destructor
virtual ~CModelMappingForm();
virtual ~CModelMappingForm() override;
//! Value
BlackMisc::Simulation::CAircraftModel getValue() const;