mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
boolean is not a standard c++ type
This commit is contained in:
parent
3cff8b59e7
commit
0ff7da1d2c
@ -88,7 +88,7 @@ private:
|
||||
QAction * showInfoAction;
|
||||
QAction * showInfoSeparatorAction;
|
||||
|
||||
boolean filterEnabled;
|
||||
bool filterEnabled;
|
||||
|
||||
YACReaderComicsSelectionHelper * selectionHelper;
|
||||
YACReaderComicInfoHelper * comicInfoHelper;
|
||||
|
Loading…
Reference in New Issue
Block a user