I have an abstract base class that contains a private QHash member. There
is a public function that sets the key/value in the QHash. When calling the
function through a base class pointer, it segfaults when it comes to the
line that sets the key/value. When calling the function through a derived
class pointer, it works.

Can someone explain if this is intended, a limitation or if it is a bug?

- Swyped from my droid.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to