mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #840, style and const-correctness
This commit is contained in:
committed by
Mathew Sutcliffe
parent
de72a678a2
commit
534b9fb09e
@@ -39,6 +39,7 @@ using namespace BlackMisc;
|
||||
using namespace BlackMisc::Aviation;
|
||||
using namespace BlackMisc::Network;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Simulation;
|
||||
using namespace BlackCore;
|
||||
|
||||
namespace BlackGui
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace BlackGui
|
||||
explicit CInternalsComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CInternalsComponent();
|
||||
virtual ~CInternalsComponent();
|
||||
|
||||
protected:
|
||||
//! \copydoc QWidget::showEvent
|
||||
|
||||
Reference in New Issue
Block a user