Skip to content

Correct Qt signal/slot error.

David Thompson requested to merge dcthomp/smtk:fix-bad-signal into master

When qtFileItem uses a combo-box to display filenames, it uses the wrong signal name to monitor changes due to the user typing.

Merge request reports