#include <QtCore/qresource.h>
#ifndef QRESOURCE_H
class QResource{
   /* Some contents are skipped to improve readability */
   public: class QString absoluteFilePath() const
   /* ... */
};
#endif // QRESOURCE_H