4 * Copyright (C) 2009 Red Hat Inc.
7 * Luiz Capitulino <lcapitulino@redhat.com>
9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
10 * See the COPYING.LIB file in the top-level directory.
24 QInt
*qint_from_int(int64_t value
);
25 int64_t qint_get_int(const QInt
*qi
);
26 QInt
*qobject_to_qint(const QObject
*obj
);