FileManager: fix upload complete
Previously, a completed file upload lead to this assert: Q_ASSERT(!_ackTimer.isActive()); because _closeUploadSeesion() was called twice, thus activating the timer twice.
parent
c3496b9c
Please register or sign in to comment