DolphinQt: Remove another usage of QFontMetrics::width

QFontMetrics::width breaks building with CMake on Windows,
due to a deprecation warning which gets promoted to an error.
This commit is contained in:
JosJuice
2020-05-18 00:39:57 +02:00
parent 30b166e3b1
commit f87e32840f
5 changed files with 32 additions and 13 deletions

View File

@ -457,6 +457,7 @@
<ClInclude Include="Config\Mapping\MappingCommon.h" />
<ClInclude Include="Debugger\RegisterColumn.h" />
<ClInclude Include="QtUtils\ActionHelper.h" />
<ClInclude Include="QtUtils\FontMetricsHelper.h" />
<ClInclude Include="QtUtils\ImageConverter.h" />
<ClInclude Include="QtUtils\QueueOnObject.h" />
<ClInclude Include="QtUtils\RunOnObject.h" />