#include <QtNetwork/qurlinfo.h>
#ifndef QURLINFO_H
#ifndef QT_NO_URLINFO
class QUrlInfo{
   /* Some contents are skipped to improve readability */
   public: QUrlInfo(struct QUrl const & url, int permissions, class QString const & owner, class QString const & group, qint64 size, class QDateTime const & lastModified, class QDateTime const & lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable);
   /* ... */
};
#endif // QT_NO_URLINFO
#endif // QURLINFO_H