summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-09-03 09:34:22 (GMT)
committerGitHub <noreply@github.com>2016-09-03 09:34:22 (GMT)
commit17cde9d33696ca04e22d016c5cb555c427385439 (patch)
tree2a1ccc5732fa061d7cd06a23bd930a47741bab9e /addon/doxywizard/doxywizard.h
parent0bdf976df43dfc1eea03fd3e31d949d05422b2ca (diff)
parent894bdfdf268ba24a268fa72d7b33899a9f3a126b (diff)
downloadDoxygen-17cde9d33696ca04e22d016c5cb555c427385439.zip
Doxygen-17cde9d33696ca04e22d016c5cb555c427385439.tar.gz
Doxygen-17cde9d33696ca04e22d016c5cb555c427385439.tar.bz2
Merge pull request #451 from albert-github/feature/bug_761641
Bug 761471 - Do not allow ligatures in log output
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 1f6cb72..49b7c02 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;
@@ -71,7 +71,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;