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