Searched defs:qstring_append (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqstring.c77 /* qstring_append(): Append a C string to a QString
79 void qstring_append(QString *qstring, const char *str) function
94 qstring_append(qstring, num);

Completed in 227 milliseconds