mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Fix type boolean -> bool
This commit is contained in:
@ -29,7 +29,7 @@ protected:
|
||||
QTimer expandTimer;
|
||||
QTimer t;
|
||||
QPoint expandPos;
|
||||
boolean clicking;
|
||||
bool clicking;
|
||||
};
|
||||
|
||||
#endif // YACREADER_TREEVIEW_H
|
||||
|
Reference in New Issue
Block a user