mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
refs #907, model interface
* extended interface, function to get simulator * made CDbMappingComponentAware an interface * public getMappingComponent
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1153f70776
commit
60a937b5b6
@@ -45,6 +45,7 @@ namespace BlackGui
|
||||
public BlackCore::IProgressIndicator
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(BlackGui::Components::CDbMappingComponentAware)
|
||||
|
||||
public:
|
||||
//! Current state of this component
|
||||
@@ -62,7 +63,7 @@ namespace BlackGui
|
||||
explicit CDbAutoStashingComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CDbAutoStashingComponent();
|
||||
virtual ~CDbAutoStashingComponent();
|
||||
|
||||
//! At least run once and completed
|
||||
bool isCompleted() const { return m_state == Completed; }
|
||||
|
||||
Reference in New Issue
Block a user