Put all custom converters inside Shiboken namespace.

This commit is contained in:
Hugo Lima 2010-02-18 17:48:59 -02:00
commit 3599b75f88
10 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,4 @@
namespace Shiboken {
template <typename qmap>
struct Converter_qmap
{
@ -42,3 +43,4 @@ struct Converter_qmap
template<typename KT, typename VT>
struct Converter<QMap<KT, VT> > : Converter_qmap<QMap<KT, VT> > {};
}