Qt 6.11 is out! See what's new in the release
blog
On faking QObject-derived classes
-
While trying to get some legacy code under test, I recently came across a problem for which I'm looking for the most elegant solution. I describe the problem in this blog post:
http://bartvandewoestyne.blogspot.com/2015/12/on-faking-qobject-derived-classes-part-1.html
Feel free to comment and share ideas!