Remove code that disables inputs while loading data #31

Closed
opened 2017-12-18 22:42:53 +01:00 by 0xFEEDC0DE64 · 0 comments
0xFEEDC0DE64 commented 2017-12-18 22:42:53 +01:00 (Migrated from github.com)

Since using std::unique_ptr we can safely override all currently running replies with new ones without having a problem with the old ones. std::unique_ptr will delete the old replies.
The code that handles disabling of various widgets can be safely removed.

Since using std::unique_ptr we can safely override all currently running replies with new ones without having a problem with the old ones. std::unique_ptr will delete the old replies. The code that handles disabling of various widgets can be safely removed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: feedc0de/QtZeiterfassung#31
No description provided.