aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/qlist_conversions.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-18 17:48:59 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-02-18 18:00:49 -0200
commit3599b75f885983aa87e8ef8baf0fb2c65ef175cb (patch)
tree502649d75b4e6ebb956c7da2ba47c775166c8d79 /PySide/QtCore/qlist_conversions.h
parent20077974e87ea27bb4710aaa89edd0bf97ba60ce (diff)
Put all custom converters inside Shiboken namespace.
Diffstat (limited to 'PySide/QtCore/qlist_conversions.h')
-rw-r--r--PySide/QtCore/qlist_conversions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/PySide/QtCore/qlist_conversions.h b/PySide/QtCore/qlist_conversions.h
index 4ccfbe5cf..aa323054f 100644
--- a/PySide/QtCore/qlist_conversions.h
+++ b/PySide/QtCore/qlist_conversions.h
@@ -1,2 +1,4 @@
+namespace Shiboken {
template<typename T>
struct Converter<QList<T> > : Converter_std_list<QList<T> > {};
+}