diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-01-18 14:26:19 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-01-18 14:26:19 (GMT) |
commit | 0b830897c6256b26289c912e28257d040e9c1b4c (patch) | |
tree | 909768c49098b9b129e92d585da70a4cee05c321 /src/gui/text | |
parent | c2337d7f1d3b4239c21809d664cc60009d08449c (diff) | |
download | Qt-0b830897c6256b26289c912e28257d040e9c1b4c.zip Qt-0b830897c6256b26289c912e28257d040e9c1b4c.tar.gz Qt-0b830897c6256b26289c912e28257d040e9c1b4c.tar.bz2 |
Implement QPaintBufferEngine::drawStaticTextItem()
Make QPaintEngineEx::drawStaticTextItem() pure virtual to make sure
it's implemented in all engines, and implement the paint buffer version
to make gui compile.
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qstatictext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/text/qstatictext.h b/src/gui/text/qstatictext.h index e507d82..6c70816 100644 --- a/src/gui/text/qstatictext.h +++ b/src/gui/text/qstatictext.h @@ -85,6 +85,8 @@ private: friend class QStaticTextPrivate; }; +Q_DECLARE_METATYPE(QStaticText) + QT_END_NAMESPACE QT_END_HEADER |