mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
gui variant fix
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
e132eb0895
commit
16f5b17a3b
1 changed files with 0 additions and 4 deletions
|
@ -264,7 +264,6 @@ static void clear(QVariant::Private *d)
|
|||
d->is_shared = false;
|
||||
}
|
||||
|
||||
|
||||
static bool isNull(const QVariant::Private *d)
|
||||
{
|
||||
switch(d->type) {
|
||||
|
@ -397,8 +396,6 @@ static bool compare(const QVariant::Private *a, const QVariant::Private *b)
|
|||
return qcoreVariantHandler()->compare(a, b);
|
||||
}
|
||||
|
||||
|
||||
|
||||
static bool convert(const QVariant::Private *d, QVariant::Type t,
|
||||
void *result, bool *ok)
|
||||
{
|
||||
|
@ -713,7 +710,6 @@ Q_DECL_METATYPE_HELPER(QQuaternion)
|
|||
#endif
|
||||
|
||||
static const QMetaTypeGuiHelper qVariantGuiHelper[] = {
|
||||
{0, 0, 0, 0},
|
||||
Q_IMPL_METATYPE_HELPER(QFont),
|
||||
Q_IMPL_METATYPE_HELPER(QPixmap),
|
||||
Q_IMPL_METATYPE_HELPER(QBrush),
|
||||
|
|
Loading…
Add table
Reference in a new issue