#include <QtCore/qresource.h>
#ifndef QRESOURCE_H
class QResource{
   /* Some contents are skipped to improve readability */
   public: static bool unregisterResource(class QString const & rccFilename, class QString const & resourceRoot = QString::QString());
   /* ... */
};
#endif // QRESOURCE_H