Remove QFont::handle

This function is unavailable in QPA land.

Change-Id: I43bb95d64e3abaa2fbcd8de07ca39c1d28f46f42
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
This commit is contained in:
Girish Ramakrishnan 2012-05-30 18:30:04 -07:00 committed by Qt by Nokia
parent e7f1106edb
commit 7a2f63feb6
3 changed files with 0 additions and 14 deletions

View File

@ -532,13 +532,6 @@ QFontEngineData::~QFontEngineData()
\sa Weight
*/
/*!
\fn Qt::HANDLE QFont::handle() const
Returns the window system handle to the font, for low-level
access. Using this function is \e not portable.
*/
/*!
\fn FT_Face QFont::freetypeFace() const

View File

@ -241,8 +241,6 @@ public:
{ qSwap(d, other.d); qSwap(resolve_mask, other.resolve_mask); return *this; }
#endif
Qt::HANDLE handle() const;
// needed for X11
void setRawName(const QString &);
QString rawName() const;

View File

@ -59,11 +59,6 @@ void QFont::cleanup()
QFont member functions
*****************************************************************************/
Qt::HANDLE QFont::handle() const
{
return 0;
}
QString QFont::rawName() const
{
return QLatin1String("unknown");