#include <QtCore/qurl.h>
#ifndef QURL_H
class QUrl{
   /* Some contents are skipped to improve readability */
   public: static class QByteArray toPercentEncoding(class QString const &, class QByteArray const & exclude = QByteArray::QByteArray(), class QByteArray const & include = QByteArray::QByteArray());
   /* ... */
};
#endif // QURL_H