#include <QtGui/qpainterpath.h>
#ifndef QPAINTERPATH_H
class QPainterPath{
   /* Some contents are skipped to improve readability */
   public: class Element{
      /* ... */
      public: inline bool operator ==(class QPainterPath::Element const & e) const
      /* ... */
   };
   /* ... */
};
#endif // QPAINTERPATH_H