Scxml: Initialize members in OutputTabWidget

Change-Id: Ice487fb34c0e77f26cf83e57528196e8e75d7ee9
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Tobias Hunger
2016-11-29 13:51:00 +01:00
parent 40ed154172
commit 5980fa96c7

View File

@@ -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