#include <QtCore/qsettings.h>
#ifndef QSETTINGS_H
#ifndef QT_NO_SETTINGS
class QSettings: public QObject{
   /* Some contents are skipped to improve readability */
   private: inline struct QSettingsPrivate const * d_func() const
   /* ... */
};
#endif // QT_NO_SETTINGS
#endif // QSETTINGS_H