Skip to content

KonqCombo: Use new QComboBox signal and new-style connect

Jonathan Marten requested to merge marten/konqueror:konqcombo-signals into master

Now that Qt 5.15 is required for Frameworks, the new signal can be used. Using an old-style connect to activated(QString) appears not to work, the symptom is that pressing Return in the location bar does nothing.

Use new-style connect throughout Port deprecated KComboBox::returnPressed() -> returnPressed(QString)

Merge request reports