#include <QtCore/qvariant.h> #ifndef QVARIANT_H class QVariant{ /* Some contents are skipped to improve readability */ #ifndef qdoc #ifndef QT_NO_DATASTREAM public: typedef void (* f_save)(QVariant::Private*, class QDataStream&); #endif #endif /* ... */ }; #endif // QVARIANT_H