Page MenuHomePhabricator

Slot not found warning from QT at Startup
Closed, ResolvedPublic

Description

This error is displayed:

Object::connect: No such slot QmitkStdMultiWidget::MouseModeSelected(mitk::MouseModeSwitcher::MouseMode)

it is caused by connecting the signal to itself as a slot.
Removing this connection fixes the problem.
PACS Interaction, and switching between the modes still works afterwards.

Event Timeline

User webechr has pushed new remote branch:

bug-19325-RemoveSignal

[d22e5b]: Merge branch 'bug-19325-RemoveSignal'

Merged commits:

2015-09-16 14:02:44 Christian Weber [75840f]
remove connection to a non existing slot.