diff options
Diffstat (limited to 'helppage.cpp')
-rw-r--r-- | helppage.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helppage.cpp b/helppage.cpp index 5c23dd8..40152cb 100644 --- a/helppage.cpp +++ b/helppage.cpp @@ -32,7 +32,8 @@ HelpPage::HelpPage(const QString path, QWidget *parent) : mainLayout->setContentsMargins(0,0,0,0); setLayout(mainLayout); //setAttribute(Qt::WA_DeleteOnClose); - browser->setSource(QUrl::fromLocalFile(path)); + //browser->setSource(QUrl::fromLocalFile(path)); + browser->setSource(QUrl(path)); browser->setFocus(); } |