#include <QtCore/qvariant.h>
#ifndef QVARIANT_H
class QVariant{
   /* Some contents are skipped to improve readability */
   public: class QChar toChar() const
   /* ... */
};
#endif // QVARIANT_H