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