mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 17:36:36 +00:00
Fix compile warning on linux with Qt metatype comparison
This commit is contained in:
@@ -1055,7 +1055,7 @@ bool RichResourceTextMouseEvent(const QWidget *owner, const QVariant &var, QRect
|
||||
|
||||
return true;
|
||||
}
|
||||
else if(v.type() == qMetaTypeId<QUrl>())
|
||||
else if(v.type() == QVariant::Url)
|
||||
{
|
||||
QUrl url = v.value<QUrl>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user