Skip to content

Commit 64d63fa

Browse files
committed
changed QBool to bool
1 parent d65884d commit 64d63fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/x32Types/channel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public slots:
6969
QList<QString> *props;
7070
QTimer *refreshTimer;
7171

72-
QBool stateDirty = false;
72+
bool stateDirty = false;
7373

7474
public:
7575
qint8 getNumber() { return this->number; }

0 commit comments

Comments
 (0)