summaryrefslogtreecommitdiffabout
path: root/qtcompat/qptrvector.h
blob: c869f36c7c6232087865a3e68fac4bb9fe365990 (plain)
1
2
3
4
5
6
7
8
#ifndef QTCOMPAT_QPTRVECTOR_H
#define QTCOMPAT_QPTRVECTOR_H

#include <qvector.h>

#define QPtrVector QVector

#endif