mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Fixed update info
* save before displaying "update info" as it relies on saved channel * signal to indicate new version, using that for launcher header
This commit is contained in:
committed by
Mat Sutcliffe
parent
e6096abf57
commit
1dd6a0852d
@@ -14,6 +14,7 @@
|
||||
#include "blackcore/application/updatesettings.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/db/updateinfo.h"
|
||||
#include "blackmisc/db/artifact.h"
|
||||
#include "blackmisc/settingscache.h"
|
||||
#include "blackmisc/digestsignal.h"
|
||||
#include <QFrame>
|
||||
@@ -53,6 +54,9 @@ namespace BlackGui
|
||||
//! Update info loaded
|
||||
void updateInfoAvailable();
|
||||
|
||||
//! A newer pilot client is available
|
||||
void newerPilotClientAvailable(const BlackMisc::Db::CArtifact &latestPilotClient);
|
||||
|
||||
//! New platfrom or channel
|
||||
void selectionChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user