diff options
| author | Tannin <devnull@localhost> | 2014-08-28 18:21:51 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-08-28 18:21:51 +0200 |
| commit | f481a7aae31c9f79e115d9e32aefbc304a41e881 (patch) | |
| tree | 27bafe97c67029cd158f0d50b77fdd9c7ca25e9f /src/mainwindow.cpp | |
| parent | cc42e76f54a37a0af9704f3966fdb48625686c24 (diff) | |
| parent | 15b9927cefea9c3f0d2616b1cfd160d9007bf4e6 (diff) | |
Merge
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 0d9fad5d..481e3275 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -5594,7 +5594,7 @@ void MainWindow::on_bossButton_clicked() QStringList temp = report.split("?");
QUrl url = QUrl::fromLocalFile(temp.at(0));
if (temp.size() > 1) {
- url.setEncodedQuery(temp.at(1).toUtf8());
+ url.setQuery(temp.at(1).toUtf8());
}
m_IntegratedBrowser.openUrl(url);
}
|
