Skip to content

DialogClusteringHierarchical: signal/slot mismatch — QComboBox::highlighted(QString) does not exist #194

@oxy86

Description

@oxy86

At runtime, Qt prints:

QObject::connect: No such signal QComboBox::highlighted(QString)

in dialogclusteringhierarchical.cpp:72. The correct signal is QComboBox::highlighted(int) or QComboBox::textHighlighted(const QString &) (Qt 5.14+).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions