mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Improved version of "Allow to delete data directory from application view"
- split functions into dynamic loading and const versions (loading at startup) - reload other versions from wizard in case they changed - some renaming/formatting
This commit is contained in:
@@ -41,6 +41,9 @@ namespace BlackGui
|
||||
//! Get the selected other version
|
||||
BlackMisc::CApplicationInfo selectedOtherVersion() const;
|
||||
|
||||
//! Reload versions
|
||||
void reloadOtherVersions();
|
||||
|
||||
signals:
|
||||
//! Selection changed
|
||||
void versionChanged(const BlackMisc::CApplicationInfo &info);
|
||||
@@ -48,9 +51,6 @@ namespace BlackGui
|
||||
private:
|
||||
QScopedPointer<Ui::COtherSwiftVersionsComponent> ui;
|
||||
|
||||
//! Reload versions
|
||||
void reloadVersions();
|
||||
|
||||
//! Data directory
|
||||
void openDataDirectory();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user