Native android service implemented

This commit is contained in:
pokamest 2021-09-30 15:56:48 +03:00
parent d553d7f772
commit eb497be730
81 changed files with 6442 additions and 34 deletions

View file

@ -34,7 +34,9 @@ private:
Settings m_settings;
UiLogic *m_uiLogic;
QList <QProcess *> m_sftpMpuntProcesses;
#ifdef Q_OS_WINDOWS
QList <QProcess *> m_sftpMountProcesses;
#endif
};
#endif // OTHER_PROTOCOLS_LOGIC_H