Skycoder42 / QHotkey

A global shortcut/hotkey for Desktop Qt-Applications
BSD 3-Clause "New" or "Revised" License
552 stars 162 forks source link

Fix Clang Tidy warnings #47

Closed Shatur closed 3 years ago

Shatur commented 3 years ago

I fixed the following Clang Tidy warnings (found on my CI): readability-redundant-member-init readability-convert-member-functions-to-static modernize-use-auto readability-else-after-return readability-static-accessed-through-instance readability-inconsistent-declaration-parameter-name

Shatur commented 3 years ago

Could you draft a new release with the latest changes?

Skycoder42 commented 3 years ago

I'll do this evening

Shatur commented 3 years ago

Thank you!

Shatur commented 3 years ago

@Skycoder42, ping :)

Skycoder42 commented 3 years ago

pong

Shatur commented 3 years ago

Thanks! :)