mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Resize columns of "other swift versions" to percentage
This commit is contained in:
committed by
Mat Sutcliffe
parent
7baf5f238e
commit
48b18c7acd
@@ -33,7 +33,10 @@ namespace BlackGui
|
||||
explicit CApplicationInfoView(QWidget *parent = nullptr);
|
||||
|
||||
//! BlackMisc::CApplicationInfoList::otherSwiftVersionsFromDataDirectories
|
||||
int otherSwiftVersionsFromDataDirectories(bool reInit = false);
|
||||
int otherSwiftVersionsFromDataDirectories(bool reinitOtherVersions = false);
|
||||
|
||||
//! Display versions and resize
|
||||
int otherSwiftVersionsFromDataDiretoriesAndResize(bool reinitOtherVersion = false);
|
||||
|
||||
//! Delete the selected directories
|
||||
void deleteSelectedDataDirectories();
|
||||
|
||||
Reference in New Issue
Block a user