mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Ref T286, signal for "other swift version"
This commit is contained in:
@@ -41,11 +41,18 @@ namespace BlackGui
|
||||
//! Get the selected other version
|
||||
BlackMisc::CApplicationInfo selectedOtherVersion() const;
|
||||
|
||||
signals:
|
||||
//! Selection changed
|
||||
void versionChanged(const BlackMisc::CApplicationInfo &info);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::COtherSwiftVersionsComponent> ui;
|
||||
|
||||
//! Data directory
|
||||
void openDataDirectory();
|
||||
|
||||
//! Object has been selected
|
||||
void onObjectSelected(const BlackMisc::CVariant &object);
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user