Page MenuHomePhabricator

Warning in QmitkMultiNodeSelectionWidget
Closed, ResolvedPublic

Description

30.22 core.mod.apputil.baseApp WARNING: QObject::connect: No such slot QmitkMultiNodeSelectionWidget::OnClearSelection(mitk::DataNode*)
30.22 core.mod.apputil.baseApp WARNING: QObject::connect:  (sender name:   'QmitkNodeSelectionListItemWidget')

I recommend using the new Qt5 connect syntax (where this warning would be a compiler error): https://wiki.qt.io/New_Signal_Slot_Syntax

Revisions and Commits

rMITK MITK