#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#if !defined(Q_NO_DECLARED_NOT_DEFINED) || !defined(QT_MAKEDLL)
#define Q_DISABLE_COPY(Class) Class(const Class &); Class &operator=(const Class &);
#else
#endif
#endif /* __cplusplus */
#endif /* QGLOBAL_H */