Ref T203, CInstallXSwiftBusComponent now using TUpdateInfo (and no longer the XSwiftBus service)

* default name can be set
* XSwiftBusFileInfo no longer needed
* data read from cache (i.e. TUpdateInfo)
This commit is contained in:
Klaus Basan
2017-12-11 04:16:00 +01:00
parent 7cf5dcdd8a
commit f0cf15a572
5 changed files with 105 additions and 47 deletions

View File

@@ -12,6 +12,7 @@
#ifndef BLACKGUI_COMPONENTS_INSTALLXSWIFTBUSDIALOG_H
#define BLACKGUI_COMPONENTS_INSTALLXSWIFTBUSDIALOG_H
#include <QString>
#include <QDialog>
namespace Ui { class CInstallXSwiftBusDialog; }
@@ -33,6 +34,9 @@ namespace BlackGui
//! Dtor
virtual ~CInstallXSwiftBusDialog();
//! \copydoc CInstallXSwiftBusComponent::setDefaultDownloadName
void setDefaultDownloadName(const QString &defaultName);
private:
QScopedPointer<Ui::CInstallXSwiftBusDialog> ui;
};