What is the reason for having methods such as void QList::push_back ( const T & value )
in QT when it is doing the same thing as append()
What kind of compatibly does the documentation means. Can any one please elaborate this
Following is the statement from official documentation of QT
"This function is provided for STL compatibility. It is equivalent to append(value)"