Skip to content
  • Kai Koehne's avatar
    Fix compilation against latest qt-dui · f4983380
    Kai Koehne authored
    d914555badc in qt-dui/master removed QmlType::fromObject. This
    patch replaces the method with QVariant::fromValue. The difference
    here is that the QVariant type is always QObject*, instead of
    the real inherited type. We have yet to verify if this breaks something.
    f4983380