Fix compile warning on Windows
Reviewed-by: Prasanth Ullattil (cherry picked from commit 800ad68e4f000e65b0a83ef1da2a29d595964156)
This commit is contained in:
parent
0c637cb07b
commit
e4b289c276
@ -583,6 +583,7 @@ QString QFileSystemEngine::owner(const QFileSystemEntry &entry, QAbstractFileEng
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Q_UNUSED(entry);
|
||||||
Q_UNUSED(own);
|
Q_UNUSED(own);
|
||||||
#endif
|
#endif
|
||||||
return name;
|
return name;
|
||||||
|
Loading…
Reference in New Issue
Block a user