Remove code that disables inputs while loading data #31
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.