summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2016-02-06 18:27:48 (GMT)
committeralbert-github <albert.tests@gmail.com>2016-02-06 18:27:48 (GMT)
commit894bdfdf268ba24a268fa72d7b33899a9f3a126b (patch)
tree665c426e5ca1204bcab3510bd4e73fa1d3574009 /addon/doxywizard/doxywizard.h
parent8640121240374931bcc800becd302ba6c22ec197 (diff)
downloadDoxygen-894bdfdf268ba24a268fa72d7b33899a9f3a126b.zip
Doxygen-894bdfdf268ba24a268fa72d7b33899a9f3a126b.tar.gz
Doxygen-894bdfdf268ba24a268fa72d7b33899a9f3a126b.tar.bz2
Bug 761471 - Do not allow ligatures in log output
Replacing QTextEdit by QTextBrowser. Need to have 1 <pre> block as otherwise an empty line appears between 2 blocks appears as data is read in parts.
Diffstat (limited to 'addon/doxywizard/doxywizard.h')
-rwxr-xr-x[-rw-r--r--]addon/doxywizard/doxywizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/addon/doxywizard/doxywizard.h b/addon/doxywizard/doxywizard.h
index 189972f..b84e2f8 100644..100755
--- a/addon/doxywizard/doxywizard.h
+++ b/addon/doxywizard/doxywizard.h
@@ -10,7 +10,7 @@ class Wizard;
class QLabel;
class QLineEdit;
class QPushButton;
-class QTextEdit;
+class QTextBrowser;
class QMenu;
class QProcess;
class QTimer;
@@ -69,7 +69,7 @@ class MainWindow : public QMainWindow
QPushButton *m_saveLog;
QPushButton *m_launchHtml;
QPushButton *m_launchPdf;
- QTextEdit *m_outputLog;
+ QTextBrowser *m_outputLog;
QLabel *m_runStatus;
Expert *m_expert;
Wizard *m_wizard;