mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Style, removed redundant CForm overrides
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BlackGui
|
||||
explicit CDistributorForm(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CDistributorForm();
|
||||
virtual ~CDistributorForm() override;
|
||||
|
||||
//! Get value
|
||||
BlackMisc::Simulation::CDistributor getValue() const;
|
||||
@@ -75,7 +75,6 @@ namespace BlackGui
|
||||
|
||||
QScopedPointer<Ui::CDistributorForm> ui;
|
||||
BlackMisc::Simulation::CDistributor m_currentDistributor;
|
||||
bool m_readOnly = false;
|
||||
};
|
||||
} // ns
|
||||
} //ns
|
||||
|
||||
Reference in New Issue
Block a user