summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-16 18:34:35 (GMT)
committerGitHub <noreply@github.com>2020-12-16 18:34:35 (GMT)
commita57ce50abf6c306d5905caa8e45713c37aa6d49c (patch)
tree673fcfe296c39129da4c929e332727e40c0ed63d /addon/doxywizard/doxywizard.h
parent7b2e841b3a3d7d787458f236e2447c890cfbf590 (diff)
parentf573b414b482a01e87869a277cdb913d173fc925 (diff)
downloadDoxygen-a57ce50abf6c306d5905caa8e45713c37aa6d49c.zip
Doxygen-a57ce50abf6c306d5905caa8e45713c37aa6d49c.tar.gz
Doxygen-a57ce50abf6c306d5905caa8e45713c37aa6d49c.tar.bz2
Merge pull request #8254 from albert-github/feature/bug_doxyw_warn
Improvements of reading the configuration file
Diffstat (limited to 'addon/doxywizard/doxywizard.h')
-rwxr-xr-xaddon/doxywizard/doxywizard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxywizard/doxywizard.h b/addon/doxywizard/doxywizard.h
index ff587aa..ccbd9b0 100755
--- a/addon/doxywizard/doxywizard.h
+++ b/addon/doxywizard/doxywizard.h
@@ -103,6 +103,7 @@ class MainWindow : public QMainWindow
QProcess *m_runProcess;
QTimer *m_timer;
QTabWidget *m_tabs;
+ int m_outputLogTextCount = 0;
bool m_running;
bool m_modified;
};