forked from qt-creator/qt-creator
Scxml: Initialize members in OutputTabWidget
Change-Id: Ice487fb34c0e77f26cf83e57528196e8e75d7ee9 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user