mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -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 * showInfoAction;
|
||||||
QAction * showInfoSeparatorAction;
|
QAction * showInfoSeparatorAction;
|
||||||
|
|
||||||
boolean filterEnabled;
|
bool filterEnabled;
|
||||||
|
|
||||||
YACReaderComicsSelectionHelper * selectionHelper;
|
YACReaderComicsSelectionHelper * selectionHelper;
|
||||||
YACReaderComicInfoHelper * comicInfoHelper;
|
YACReaderComicInfoHelper * comicInfoHelper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user