[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

RJVB rjvbertin at gmail.com
Thu Apr 9 22:54:09 UTC 2015


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

--- Comment #15 from RJVB <rjvbertin at gmail.com> ---
I may have a beginning of an explanation. When I query the `typeid()`
information of the `part` pointer that fails to cast, it turns out to be a
`KParts::ReadWritePart` and not an `Okular::Part`. KParts::ReadWritePart and
Okular::ViewerInterface are not related (no common ancestor), so it *seems*
logical to me that the cast fails.
See
http://stackoverflow.com/questions/29469787/what-does-it-mean-when-a-dynamic-cast-fails/29469895

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list