Skip to content

gimp_qt fails to build with qt-5.11.0 #43

Closed
@zarniwhoop73

Description

src/Widgets/SearchFieldWidget.cpp: In constructor 'SearchFieldWidget::SearchFieldWidget(QWidget*)':
src/Widgets/SearchFieldWidget.cpp:52:69: error: no matching function for call to 'SearchFieldWidget::connect(QAction*&, const char [17], QLineEdit*&, const char [9])'
connect(_action, SIGNAL(triggered(bool)), _lineEdit, SLOT(clear()));
^
Apparently there have been a lot of API changes in 5.11. The attached
gmic-qt-5.11.txt

patch fixes it on 5.11, and I hope it will not break on older versions.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions