summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.h
diff options
context:
space:
mode:
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;
};