Skip to content
Commit f2a23f5f authored by hydrargyrum's avatar hydrargyrum
Browse files

qt5: fix Qt apps for PyQt5.6 which performs slot validation

In PyQt5.6, connect() does strict checking of the signal signature
against the Slot decorator types, so "@slot(object)" is not a catch-all
anymore.
parent 4a43a41e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment