mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Resize columns of "other swift versions" to percentage
This commit is contained in:
committed by
Mat Sutcliffe
parent
7baf5f238e
commit
48b18c7acd
@@ -41,8 +41,11 @@ namespace BlackGui
|
||||
//! Get the selected other version
|
||||
BlackMisc::CApplicationInfo selectedOtherVersion() const;
|
||||
|
||||
//! Reload other versions
|
||||
void reloadOtherVersions() { this->reloadOtherVersionsDeferred(0); }
|
||||
|
||||
//! Reload versions
|
||||
void reloadOtherVersions();
|
||||
void reloadOtherVersionsDeferred(int deferMs);
|
||||
|
||||
signals:
|
||||
//! Selection changed
|
||||
|
||||
Reference in New Issue
Block a user