mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 22:15:37 +08:00
Check for XSwiftBus version before download
This commit is contained in:
committed by
Mat Sutcliffe
parent
c900123af5
commit
b13035b3f9
@@ -52,6 +52,9 @@ namespace BlackMisc
|
||||
//! First by name of default
|
||||
CRemoteFile findFirstByNameOrDefault(const QString &name) const;
|
||||
|
||||
//! First by name contained of default
|
||||
CRemoteFile findFirstContainingNameOrDefault(const QString &name, Qt::CaseSensitivity cs) const;
|
||||
|
||||
//! Find first matching name of default
|
||||
CRemoteFile findFirstByMatchingNameOrDefault(const QString &name) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user