diff --git a/qrenderdoc/Code/QRDUtils.cpp b/qrenderdoc/Code/QRDUtils.cpp index f78528b25..9af6c70fd 100644 --- a/qrenderdoc/Code/QRDUtils.cpp +++ b/qrenderdoc/Code/QRDUtils.cpp @@ -1055,7 +1055,7 @@ bool RichResourceTextMouseEvent(const QWidget *owner, const QVariant &var, QRect return true; } - else if(v.type() == qMetaTypeId()) + else if(v.type() == QVariant::Url) { QUrl url = v.value();