1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-08-20 04:46:00 +00:00

Some minors fix

This commit is contained in:
2025-01-10 13:58:46 +01:00
parent 5e5a092da1
commit 80a5055b78
5 changed files with 4 additions and 7 deletions

View File

@ -22,7 +22,7 @@ private:
void initGpgConfig();
public:
~Gpg();
~Gpg() = default;
static std::shared_ptr<Gpg> instance()
{