mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Style, removed redundant CForm overrides
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user