#include <QtCore/qdatetime.h> #ifndef QDATETIME_H class QDateTime{ /* Some contents are skipped to improve readability */ public: inline class QDateTime toLocalTime() const /* ... */ }; #endif // QDATETIME_H