The first url passed to Preview is generated in MainWindow.cpp here:
m_PreviewWindow->UpdatePage(html_resource->GetFullPath(), text, location);
Perhaps we should convert that absolute path more properly to a QUrl before passing it in to be usd by Preview to update itself?
Would that avoid this problem?
|