Fix crash when sending files
This commit is contained in:
parent
5e4302bc4c
commit
12a1f33665
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ private:
|
|||
Server *const m_server;
|
||||
QSslSocket *m_socket;
|
||||
quint16 m_port;
|
||||
const QString &m_deviceId;
|
||||
QString m_deviceId;
|
||||
bool m_running;
|
||||
int m_currentJobNum;
|
||||
int m_totalJobs;
|
||||
|
|
Loading…
Reference in a new issue