mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Check UNC path to avoid "hanging" if other machine is not reachable
This commit is contained in:
committed by
Mat Sutcliffe
parent
04562a6651
commit
e839820940
@@ -181,6 +181,9 @@ namespace BlackMisc
|
||||
//! Machine in Windows UNC path
|
||||
static QString windowsUncMachine(const QString &filePath);
|
||||
|
||||
//! All UNC machines from the paths
|
||||
static QSet<QString> windowsUncMachines(const QSet<QString> &paths);
|
||||
|
||||
//! Can connect the UNC machine
|
||||
static bool canPingUncMachine(const QString &machine);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user