Modernize the codebase - #11
Conversation
arturbac
left a comment
There was a problem hiding this comment.
I am not allowed to apply clang-format, so do it Yourself pls or let me push into PR.
I am happy to help. Should I format the changed files only and run |
|
nvm Ill reformat code later. |
|
could You enable allow edit for me in PR, it is in Your options |
sure thx. |
I suspect the compiler would rant about it? I might got carried away from clang-tidy's proposals and best practices. Whatever, I can remove them, it's not like it's the improvement or something. |

This PR applies the
defaultkeywords to empty dtors,Q_DISABLE_COPY_MOVEmacro to specifically delete any move or copy operation, const qualifies some variables and functions etc.