From 5980fa96c7d3239c417c93b667835c63aae78b96 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 29 Nov 2016 13:51:00 +0100 Subject: [PATCH] Scxml: Initialize members in OutputTabWidget Change-Id: Ice487fb34c0e77f26cf83e57528196e8e75d7ee9 Reviewed-by: Ulf Hermann --- src/plugins/scxmleditor/outputpane/outputtabwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/scxmleditor/outputpane/outputtabwidget.h b/src/plugins/scxmleditor/outputpane/outputtabwidget.h index 43232d172ef..fc8fbc70a84 100644 --- a/src/plugins/scxmleditor/outputpane/outputtabwidget.h +++ b/src/plugins/scxmleditor/outputpane/outputtabwidget.h @@ -64,9 +64,9 @@ private: void fadeOut(); QPropertyAnimation animator; - int m_colorOpacity; + int m_colorOpacity = 255; QColor m_color; - int m_animCounter; + int m_animCounter = 0; }; class OutputTabWidget : public QFrame