elieserdejesus / JamTaba

Jamtaba is a software to play online music jam sessions.
http://www.jamtaba.com
245 stars 49 forks source link

Remove unnecessary null pointer checks #1352

Open elfring opened 4 years ago

elfring commented 4 years ago

An extra null pointer check is not needed in functions like the following.

elieserdejesus commented 4 years ago

Hi @elfring , these changes are more suitable to a Pull Request than an issue. Please create and submit a Pull Request, I will merge your suggestion and you will figure out as a code contributor.

elfring commented 4 years ago

How do you think about to use a development tool like “clang-tidy” for corresponding source code adjustments?

elieserdejesus commented 4 years ago

clang-tidy can be integrated with QtCreator or is a separated tool?