Remove declaration of QWindowsFontEngine::createEngine()
There is no implementation for this function so might as well remove the declaration. The function is actually implemented by QWindowsFontDatabase class, where it is also properly declared. Change-Id: I8f5c050fa3f3c48b07e10f205eb0f7b16e12b737 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
7dbd397e40
commit
891345072e
@ -128,11 +128,6 @@ public:
|
||||
|
||||
bool getOutlineMetrics(glyph_t glyph, const QTransform &t, glyph_metrics_t *metrics) const;
|
||||
|
||||
static QFontEngine *createEngine(int script, const QFontDef &request,
|
||||
HDC fontHdc, int dpi, bool rawMode,
|
||||
const QStringList &family_list,
|
||||
const QSharedPointer<QWindowsFontEngineData> &data);
|
||||
|
||||
QSharedPointer<QWindowsFontEngineData> fontEngineData() const { return m_fontEngineData; }
|
||||
LOGFONT logfont() const { return m_logfont; }
|
||||
void setUniqueFamilyName(const QString &newName) { uniqueFamilyName = newName; }
|
||||
|
Loading…
Reference in New Issue
Block a user