mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Ref T125, use XSwiftBus download component
* as dialog in distribution component * in wizard
This commit is contained in:
committed by
Mathew Sutcliffe
parent
76c1b0307c
commit
73556492fd
@@ -22,6 +22,8 @@ namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
class CInstallXSwiftBusDialog;
|
||||
|
||||
/**
|
||||
* Update info (distributions etc.)
|
||||
*/
|
||||
@@ -68,8 +70,12 @@ namespace BlackGui
|
||||
//! Cache values have been changed
|
||||
void ps_changedDistributionCache();
|
||||
|
||||
//! Install XSwiftBus dialog
|
||||
void ps_installXSwiftBusDialog();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDistributionInfoComponent> ui;
|
||||
QScopedPointer<CInstallXSwiftBusDialog> m_installXSwiftBusDialog; //!< dialog, install XSwiftXBus
|
||||
bool m_distributionsLoaded = false; //!< distribution info loaded
|
||||
QString m_newVersionAvailable; //!< new version number if any
|
||||
BlackMisc::Db::CDistribution m_currentDistribution; //!< current distribution
|
||||
|
||||
Reference in New Issue
Block a user