We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65884d commit 64d63faCopy full SHA for 64d63fa
app/x32Types/channel.h
@@ -69,7 +69,7 @@ public slots:
69
QList<QString> *props;
70
QTimer *refreshTimer;
71
72
- QBool stateDirty = false;
+ bool stateDirty = false;
73
74
public:
75
qint8 getNumber() { return this->number; }
0 commit comments