#include <QtNetwork/qurlinfo.h> #ifndef QURLINFO_H #ifndef QT_NO_URLINFO class QUrlInfo{ /* Some contents are skipped to improve readability */ public: static bool greaterThan(class QUrlInfo const & i1, class QUrlInfo const & i2, int sortBy); /* ... */ }; #endif // QT_NO_URLINFO #endif // QURLINFO_H