mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T554, improved auto publishing handling during shutdown
This commit is contained in:
committed by
Mat Sutcliffe
parent
3e6c4f2ef1
commit
f87004c6c8
@@ -55,6 +55,11 @@ namespace BlackGui
|
||||
return r;
|
||||
}
|
||||
|
||||
bool CAutoPublishComponent::isEmpty() const
|
||||
{
|
||||
return m_data.isEmpty();
|
||||
}
|
||||
|
||||
void CAutoPublishComponent::analyzeAgainstDBData()
|
||||
{
|
||||
if (!sGui || sGui->isShuttingDown()) { return; }
|
||||
|
||||
@@ -37,6 +37,9 @@ namespace BlackGui
|
||||
//! Read the files
|
||||
int readFiles();
|
||||
|
||||
//! Data empty
|
||||
bool isEmpty() const;
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CAutoPublishComponent> ui;
|
||||
BlackMisc::Simulation::CAutoPublishData m_data;
|
||||
|
||||
Reference in New Issue
Block a user