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

@ -230,6 +230,7 @@ add_executable(dolphin-emu
QtUtils/FileOpenEventFilter.h
QtUtils/FlowLayout.cpp
QtUtils/FlowLayout.h
QtUtils/FontMetricsHelper.h
QtUtils/ModalMessageBox.cpp
QtUtils/ModalMessageBox.h
QtUtils/ParallelProgressDialog.h