aboutsummaryrefslogtreecommitdiffstats
path: root/helppage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'helppage.cpp')
-rw-r--r--helppage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/helppage.cpp b/helppage.cpp
index 381614b..88357b4 100644
--- a/helppage.cpp
+++ b/helppage.cpp
@@ -32,7 +32,7 @@ HelpPage::HelpPage(const QString path, QWidget *parent) :
mainLayout->setContentsMargins(0,0,0,0);
setLayout(mainLayout);
//setAttribute(Qt::WA_DeleteOnClose);
- browser->setSource(path);
+ browser->setSource(QUrl::fromLocalFile(path));
browser->setFocus();
}