Fix compilation with Intel CC: Q_UNUSED takes a reference
in qglobal.h, we make Q_UNUSED call a template function that takes T& as a parameter. So we can't pass an rvalue (the result of the && operator). Reviewed-By: Trust Me
Loading
Please register or sign in to comment