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