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