mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user