Home
last modified time | relevance | path

Searched refs:crashedClientIds (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqfontengine_qpf_p.h205 static QList<QByteArray> cleanUpAfterClientCrash(const QList<int> &crashedClientIds);
H A Dqfontengine_qpf.cpp250 QList<QByteArray> QFontEngineQPF::cleanUpAfterClientCrash(const QList<int> &crashedClientIds) in cleanUpAfterClientCrash() argument
263 if (lockValue && crashedClientIds.contains(lockValue)) { in cleanUpAfterClientCrash()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/embedded/
H A Dqwindowsystem_p.h107 QList<int> crashedClientIds; variable
H A Dqwindowsystem_qws.cpp1664 crashedClientIds.append(cl->clientId()); in _q_clientClosed()
1777 if (crashedClientIds.isEmpty()) in cleanupFonts()
1782 removedFonts = QFontEngineQPF::cleanUpAfterClientCrash(crashedClientIds); in cleanupFonts()
1784 crashedClientIds.clear(); in cleanupFonts()