#include <QtCore/qdir.h>
#ifndef QDIR_H
class QDir{
   /* Some contents are skipped to improve readability */
   public: enum Filter{
      /* ... */
      NoDotAndDotDot = 4096,
      /* ... */
   };
   /* ... */
};
#endif // QDIR_H