-rw-r--r-- | qtcompat/qptrvector.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qtcompat/qptrvector.h b/qtcompat/qptrvector.h new file mode 100644 index 0000000..c869f36 --- a/dev/null +++ b/qtcompat/qptrvector.h @@ -0,0 +1,8 @@ +#ifndef QTCOMPAT_QPTRVECTOR_H +#define QTCOMPAT_QPTRVECTOR_H + +#include <qvector.h> + +#define QPtrVector QVector + +#endif |