meta type registration added
This commit is contained in:
parent
aa43b0bece
commit
86e9ea98ab
@ -9,6 +9,13 @@
|
||||
#include <qvariant.h>
|
||||
#include <algorithm>
|
||||
|
||||
static void qskRegisterIntervalF()
|
||||
{
|
||||
qRegisterMetaType< QskIntervalF >();
|
||||
}
|
||||
|
||||
Q_CONSTRUCTOR_FUNCTION( qskRegisterIntervalF )
|
||||
|
||||
static inline QskIntervalF qskInterpolated(
|
||||
const QskIntervalF& intv1, const QskIntervalF& intv2, qreal progress )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user