#include <QtGui/qfontmetrics.h>
#ifndef QFONTMETRICS_H
class QFontMetricsF{
   /* Some contents are skipped to improve readability */
   public: bool operator ==(class QFontMetricsF const & other) const
   /* ... */
};
#endif // QFONTMETRICS_H