4 * Copyright IBM, Corp. 2009
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.
20 typedef struct QFloat {
25 QFloat *qfloat_from_double(double value);
26 double qfloat_get_double(const QFloat *qi);
27 QFloat *qobject_to_qfloat(const QObject *obj);