• Jan-Marek Glogowski's avatar
    Qt5 minimal initial fix for Java UNO · b7d13719
    Jan-Marek Glogowski yazdı
    This is just a minimal fix for Qt errors from JunitTest_svx_unoapi,
    which was manipulating Qt5Timer and other timers, resulting in a
    spew of timer error messages like:
    
    QObject::killTimer: Timers cannot be stopped from another thread
    QObject::startTimer: Timers cannot be started from another thread
    QBasicTimer::start: QBasicTimer can only be used with threads started with QThread
    
    Eventually all the QWidget manipulation in the Qt5Frame must be
    redirected to the main thread, just like Qt5FilePicker already does.
    
    Change-Id: I66054e6c90f99d27bd5818dcaa5876c515867f77
    Reviewed-on: https://gerrit.libreoffice.org/60672
    Tested-by: Jenkins
    Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
    b7d13719
CustomTarget_qt5_moc.mk 1.08 KB