mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
QString: Introduce qstring_append_chr()
It appends a C char to a QString. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
committed by
Anthony Liguori
parent
8ff5a7d346
commit
6fe9565c5b
@@ -14,6 +14,7 @@ QString *qstring_new(void);
|
||||
QString *qstring_from_str(const char *str);
|
||||
const char *qstring_get_str(const QString *qstring);
|
||||
void qstring_append(QString *qstring, const char *str);
|
||||
void qstring_append_chr(QString *qstring, int c);
|
||||
QString *qobject_to_qstring(const QObject *obj);
|
||||
|
||||
#endif /* QSTRING_H */
|
||||
|
||||
Reference in New Issue
Block a user