aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/containers/list.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/qt/containers/list.ixx')
-rw-r--r--odb/qt/containers/list.ixx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/qt/containers/list.ixx b/odb/qt/containers/list.ixx
index b40d06a..2cbce99 100644
--- a/odb/qt/containers/list.ixx
+++ b/odb/qt/containers/list.ixx
@@ -48,6 +48,7 @@ operator= (base_list_type&& x)
}
#endif
+#if QT_VERSION >= 0x040800
template <typename T>
inline void QOdbList<T>::
swap (QOdbList<T>& x)
@@ -55,6 +56,7 @@ swap (QOdbList<T>& x)
l_.swap (x.l_);
vector_base::swap (x);
}
+#endif
template <typename T>
inline void QOdbList<T>::