You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#14573 broke < Qt5.6 compatibility due to calling the lambda version of addAction that was added in Qt5.6.
We currently support QT >=5.2, but hardly anyone tests with that. If we make one of the Travis machines use it, we should have a better change of catching this.
See also discussion about minimum QT version in #13478