#include <QtNetwork/qurlinfo.h>
#ifndef QURLINFO_H
#ifndef QT_NO_URLINFO
class QUrlInfo{
public: QUrlInfo(class QString const & name, 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