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