`close()` is a virtual function. Since we are calling it from a destructor, make it clear that we are specifically calling the base class (`QIODevice`) implementation, as opposed to an implementation in any derived class. [Found by lgtm.com](https://lgtm.com/projects/g/keepassxreboot/keepassxc/alerts)