SFTP fixes for Macos
This commit is contained in:
parent
8e26da1759
commit
1a144da36d
4 changed files with 71 additions and 28 deletions
|
@ -34,9 +34,13 @@ private:
|
|||
Settings m_settings;
|
||||
UiLogic *m_uiLogic;
|
||||
|
||||
#ifdef Q_OS_WINDOWS
|
||||
#ifdef AMNEZIA_DESKTOP
|
||||
QList <QProcess *> m_sftpMountProcesses;
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_WINDOWS
|
||||
QString getNextDriverLetter() const;
|
||||
#endif
|
||||
|
||||
};
|
||||
#endif // OTHER_PROTOCOLS_LOGIC_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue