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.
Showing
Please register or sign in to comment