mirror of
https://github.com/YACReader/yacreader
synced 2025-09-01 02:45:23 -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