Page MenuHomePhabricator

Object::disconnect: Unexpected null parameter in QmitkNodeDescriptor
Closed, ResolvedPublic

Description

When closing the DataManager (manually or on app shutdown), Qt warnings appear:

Object::disconnect: Unexpected null parameter

QmitkNodeDescriptor::RemoveAction(QAction* a) should not call QObject::disconnect() with a null sender (a).

Event Timeline

Your sentences lack some love :-) but this sounds simple enough.

[SVN revision 22216]
FIX (#3659): Adding if block preventing QObject::disconnect from NULL object