IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

Update minimum Qt version #527

Closed cmol closed 4 years ago

cmol commented 4 years ago

The code uses QRandomGenerator which was not introduced until Qt 5.10

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.02%) to 6.956% when pulling 68c46584d1db00dd264a0cb0592a9a309e27af18 on cmol:master into 6edf401ece23ece035e32889c611854df684b79a on IJHack:master.

cmol commented 4 years ago

I accidentally pushed again to this branch for a fix to #514.

annejan commented 4 years ago

Thank you for this update, I completely missed this dependency.