Skip to content

Rename `clicked` signal to `singleClicked` to avoid Qt warnings.

Aron Helser requested to merge aron.helser/smtk:rename_clicked_signal into master

Debug Qt issues a warning about the clicked signal conflicting with the base class - rename to avoid the warning.

Merge request reports