Skip to content

remove left over white space from SLOT/SIGNAL signatures & replace assert with Q_ASSERT

Joerg Lohse requested to merge (removed):master into master

Thanks for running the checks again. This fixes the left over white space in SLOT/SIGNAL signatures.

This also replaces all occurrences of assert() with Q_ASSERT().

Merge request reports