mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Ref T455, fixes for simulator settings
* trace unsaved changes * use stripped paths for exclude patterns * added missing "parseExcludeDirectories" which was the source of the reported 1st bug
This commit is contained in:
@@ -40,6 +40,12 @@ namespace BlackGui
|
||||
//! Save data
|
||||
void save();
|
||||
|
||||
//! Has unsaved changes
|
||||
bool hasUnsavedChanges() const;
|
||||
|
||||
//! Reset the flag
|
||||
void resetUnsavedChanges();
|
||||
|
||||
private:
|
||||
//! Preselect simulators
|
||||
void preselectSimulators();
|
||||
@@ -64,6 +70,9 @@ namespace BlackGui
|
||||
//! Set config
|
||||
void setConfigComponent(CConfigSimulatorComponent *config) { m_config = config; }
|
||||
|
||||
//! \copydoc QWizardPage::initializePage
|
||||
virtual void initializePage() override;
|
||||
|
||||
//! \copydoc QWizardPage::validatePage
|
||||
virtual bool validatePage() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user