Details
-
Suggestion
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 15.0.1
Description
I spent more time than I wished chasing a bug that QtCreator could probably have helped me detect. Since hints and warnings seem to be an important feature, I thought I'd suggest this scenario.
My bug was that I had declared the same signal in a base class and its derived class, which led to the wrong one being used in a connect() call.
Would this be a scenario easy-ish to detect and warn about?