Doxygen

doxygen-1.4.6 does not compile with gcc-4.1 (as per clfs). Fix is:

sed -i 's/remove/QValueList<T>::remove/' qtools/qvaluestack.h

Up
Top