issues
search
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
Clazy cleanup and other minor fixes
#641
Closed
svuorela
closed
1 year ago
svuorela
commented
1 year ago
Code is now clazy clean with CLAZY_CHECKS="no-connect-by-name,no-overloaded-signal"
Given the minimum Qt version is 5.10, remove ifdef's for older versions
Some more range based for and related cleanups.
Some include cleanups