mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
boolean is not a standard c++ type
This commit is contained in:
@ -88,7 +88,7 @@ private:
|
||||
QAction * showInfoAction;
|
||||
QAction * showInfoSeparatorAction;
|
||||
|
||||
boolean filterEnabled;
|
||||
bool filterEnabled;
|
||||
|
||||
YACReaderComicsSelectionHelper * selectionHelper;
|
||||
YACReaderComicInfoHelper * comicInfoHelper;
|
||||
|
Reference in New Issue
Block a user