• Beat Küng's avatar
    FileManager: fix upload complete · 328ce334
    Beat Küng authored
    Previously, a completed file upload lead to this assert:
        Q_ASSERT(!_ackTimer.isActive());
    because _closeUploadSeesion() was called twice, thus activating the timer
    twice.
    328ce334
Name
Last commit
Last update
..
FileManager.cc Loading commit data...
FileManager.h Loading commit data...
UAS.cc Loading commit data...
UAS.h Loading commit data...
UASInterface.h Loading commit data...
UASMessageHandler.cc Loading commit data...
UASMessageHandler.h Loading commit data...