[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL
Albert Astals Cid
aacid at kde.org
Fri Apr 3 15:21:17 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=345765
--- Comment #5 from Albert Astals Cid <aacid at 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.
More information about the Okular-devel
mailing list