Ref T286, copy settings/cache improvements

* removed old copy component from wizard and setup component
* using new copy component
* reloading in hotkey component
This commit is contained in:
Klaus Basan
2018-07-13 02:22:57 +02:00
parent 64d153b10b
commit e90eb06f44
7 changed files with 45 additions and 111 deletions

View File

@@ -20,10 +20,10 @@ namespace BlackGui
{
namespace Components
{
class CCopyConfigurationDialog;
class CCopyModelsFromOtherSwiftVersionsDialog;
/**
* Setup dialog, if something goes wrong
* Setup dialog, if something goes wrong allows to copy bootstrap file
*/
class CSetupLoadingDialog : public QDialog
{
@@ -41,7 +41,7 @@ namespace BlackGui
private:
QScopedPointer<Ui::CSetupLoadingDialog> ui;
QScopedPointer<CCopyConfigurationDialog> m_copyFromOtherSwiftVersion;
QScopedPointer<CCopyModelsFromOtherSwiftVersionsDialog> m_copyFromOtherSwiftVersion;
//! Cached setup available?
bool hasCachedSetup() const;