#include <QtCore/qurl.h> #ifndef QURL_H class QUrl{ /* Some contents are skipped to improve readability */ public: struct QStringList allQueryItemValues(class QString const & key) const /* ... */ }; #endif // QURL_H