diff options
author | kh1 <qt-info@nokia.com> | 2010-08-04 14:02:44 (GMT) |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2010-08-04 14:04:56 (GMT) |
commit | 2838cfa7809e6b196a1ee1eb71df5894fc57dd6f (patch) | |
tree | e52e77b111b19531a4094e8e2c2caa9a17fda61c /tools/linguist | |
parent | ae1c9def5cb22d88cf10b2a23d06bc38da12725b (diff) | |
download | Qt-2838cfa7809e6b196a1ee1eb71df5894fc57dd6f.zip Qt-2838cfa7809e6b196a1ee1eb71df5894fc57dd6f.tar.gz Qt-2838cfa7809e6b196a1ee1eb71df5894fc57dd6f.tar.bz2 |
Fix the remote command delimiter, this has cahnged at some point.
Task-number: QTBUG-12485 QTBUG-12651
Reviewed-by: ck
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/linguist/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/linguist/mainwindow.cpp b/tools/linguist/linguist/mainwindow.cpp index 1611699..163ef54 100644 --- a/tools/linguist/linguist/mainwindow.cpp +++ b/tools/linguist/linguist/mainwindow.cpp @@ -1347,7 +1347,7 @@ void MainWindow::manual() << (QT_VERSION >> 16) << ((QT_VERSION >> 8) & 0xFF) << (QT_VERSION & 0xFF) << QLatin1String("/qdoc/linguist-manual.html") - << QLatin1Char('\0') << endl; + << QLatin1Char('\n') << endl; } void MainWindow::about() |