https://bugs.kde.org/show_bug.cgi?id=444297

--- Comment #16 from David Hurka <david.hu...@mailbox.org> ---
There are two ways to set this message:
    QMetaObject::Connection errorToOpenErrorConnection =
QObject::connect(m_generator, &Generator::error, m_parent, [this](const QString
&message) { m_openError = message; });
(in DocumentPrivate::openDocumentInternal())

        d->m_openError = i18n("Can not find a plugin which is able to handle
the document being passed.");
(in Document::openDocument())

But the Poppler generator does not seem to emit the Generator::error signal.
The DVI generator emits a lot more error messages.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to