From 3599b75f885983aa87e8ef8baf0fb2c65ef175cb Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Thu, 18 Feb 2010 17:48:59 -0200 Subject: Put all custom converters inside Shiboken namespace. --- PySide/QtGui/qpixmap_conversion.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PySide/QtGui/qpixmap_conversion.h') diff --git a/PySide/QtGui/qpixmap_conversion.h b/PySide/QtGui/qpixmap_conversion.h index 18e3ce910..411592dd2 100644 --- a/PySide/QtGui/qpixmap_conversion.h +++ b/PySide/QtGui/qpixmap_conversion.h @@ -1,3 +1,4 @@ +namespace Shiboken { inline bool Converter< QPixmap >::isConvertible(PyObject* pyobj) { bool isVariant = SbkQVariant_Check(pyobj); @@ -25,3 +26,4 @@ inline QPixmap Converter< QPixmap >::toCpp(PyObject* pyobj) return *SbkQPixmap_cptr(pyobj); } +} -- cgit v1.2.3