aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/qlist_conversions.h
blob: aa323054f00da2c39cccae21f1ec6821ffc7ab1c (plain)
1
2
3
4
namespace Shiboken {
template<typename T>
struct Converter<QList<T> > : Converter_std_list<QList<T> > {};
}