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

--- Comment #5 from Albert Astals Cid <aa...@kde.org> ---
Looks like dynamic_cast<Okular::ViewerInterface*>(part) may be failing

Can you in shell.cpp just before line 174

qDebug() << part;
kDebug() << part;
qDebug() << dynamic_cast<Okular::ViewerInterface*>(part);
kDebug() << dynamic_cast<Okular::ViewerInterface*>(part);

And see the ouput that gives?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to