1 2 3 4 5 6 7 8
#ifndef QTCOMPAT_QMEMARRAY_H #define QTCOMPAT_QMEMARRAY_H #include <qarray.h> #define QMemArray QArray #endif