qt5base-lts/tests/manual/textrendering
Eskil Abrahamsen Blomfeldt 76068d0114 Make QFontDatabase member functions static
QFontDatabase is a singleton and all instances would share
a single, mutex-protected global data pointer. But some functions
were implemented as non-static functions. This caused a lot
of code on the form

	QFontDatabase().families(...)

since there was no static access. Other functions were implemented
as static.

To consolidate, we make all functions static. This should be
source-compatible, but not binary compatible.

[ChangeLog][QtGui][Fonts] Some functions in QFontDatabase were in
principle static, but previously not implemented as such. All
member functions have now been made static, so that constructing
objects of QFontDatabase is no longer necessary to access certain
functionality.

Fixes: QTBUG-83284
Change-Id: Ifd8c15016281c71f631b53387402c942cd9c43f6
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
2020-08-06 11:43:24 +02:00
..
glyphshaping CMake: Regenerate manual tests 2020-07-08 11:01:38 +02:00
nativetext CMake: Regenerate manual tests 2020-07-08 11:01:38 +02:00
textperformance Make QFontDatabase member functions static 2020-08-06 11:43:24 +02:00
CMakeLists.txt Convert all of tests/manual 2019-11-14 09:03:26 +00:00
textrendering.pro Add manual test case for verifying our text rendering 2018-12-08 15:27:06 +00:00