QList<QByteArray> and QList<QVariant> conversion & use cxx:operator== and qt:operator== in cxx:=
Annotate for file src/lib/qlist.cpp
2010-01-10 tobias 1 #include "qlist.h"
08:52:49 ' 2
' 3 /** @file
' 4 * @brief QList conversions. */
' 5
' 6 #include <QVariant>
' 7 #include <QByteArray>
' 8
' 9 extern "C" {
' 10
' 11 DEFINE_QLIST_WRAPPER(QVariant)
' 12 DEFINE_QLIST_WRAPPER_PTR(void)
' 13 DEFINE_QLIST_WRAPPER(QByteArray)
' 14
2009-05-27 tobias 15
2010-01-10 tobias 16 } // extern "C"