mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T258, use "which 7za" on UNIX systems
This commit is contained in:
@@ -32,7 +32,11 @@ namespace BlackMisc
|
||||
|
||||
//! External program existing?
|
||||
//! \remark relies on external 7zip command line
|
||||
static bool hasZip7();
|
||||
static bool hasZip7(QStringList *stdOutAndError = nullptr);
|
||||
|
||||
//! Uses which to determine if 7Zip exists
|
||||
//! \remark for UNIX systems, using which
|
||||
static bool whichZip7(QStringList *stdOutAndError = nullptr);
|
||||
|
||||
private:
|
||||
//! Ctor
|
||||
|
||||
Reference in New Issue
Block a user