readability-convert-member-functions-to-static
false positive with Qt slot
methods
#57520
Labels
readability-convert-member-functions-to-static
false positive with Qt slot
methods
#57520
The methods are called on a class object in the generated MOC:
I guess there's not much which can be done on the clang-tidy side here but I thought it might be worth reporting anyways since this should be a very common pattern in Qt applications.
The text was updated successfully, but these errors were encountered: