remove glib dependency by provide compatible replacements
This commit is contained in:
@@ -63,5 +63,5 @@ QInt *qobject_to_qint(const QObject *obj)
|
||||
static void qint_destroy_obj(QObject *obj)
|
||||
{
|
||||
assert(obj != NULL);
|
||||
g_free(qobject_to_qint(obj));
|
||||
free(qobject_to_qint(obj));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user