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