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