mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #521, reading of setup and version
* fixed in launcher so reloading works (this also uses fixed URL list) * signal for version synchronized * removed setupreader.h where possible -> less compile dependencies * removed redundant logging * removed unused cleanup override * connect &QCoreApplication::aboutToQuit in threaded reader
This commit is contained in:
@@ -37,6 +37,9 @@ namespace BlackCore
|
||||
//! Setup has been read
|
||||
void setupSynchronized(bool success);
|
||||
|
||||
//! Version bas been read
|
||||
void versionSynchronized(bool success);
|
||||
|
||||
protected slots:
|
||||
//! \copydoc CThreadedReader::initialize
|
||||
virtual void initialize() override;
|
||||
|
||||
Reference in New Issue
Block a user