QVector <CTest *> theVec;...// заполняем векторtheVec.push_back(new CTest());...qsort(&theVec[0], theVec.size(), sizeof(CTest *), CompTestPtr);