Put all custom converters inside Shiboken namespace.
This commit is contained in:
parent
20077974e8
commit
3599b75f88
10 changed files with 20 additions and 0 deletions
|
|
@ -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> > {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue