mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
Fix type boolean -> bool
This commit is contained in:
parent
4c54f2a07c
commit
51e3b2618a
@ -29,7 +29,7 @@ protected:
|
|||||||
QTimer expandTimer;
|
QTimer expandTimer;
|
||||||
QTimer t;
|
QTimer t;
|
||||||
QPoint expandPos;
|
QPoint expandPos;
|
||||||
boolean clicking;
|
bool clicking;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // YACREADER_TREEVIEW_H
|
#endif // YACREADER_TREEVIEW_H
|
||||||
|
Loading…
Reference in New Issue
Block a user