repos
/
qt.core
/ annotate_shade
summary
|
shortlog
|
log
|
tree
|
commit
|
commitdiff
|
headdiff
|
annotate
|
headblob
|
headfilediff
|
filehistory
normal
|
plain
|
shade
|
zebra
QVector<T> translation
Annotate for file src/lib/qlist.cpp
2009-05-11 tobias
1
#include "qlist.h"
11:21:14 '
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
'
15
} // extern "C"