mirror of
https://github.com/YACReader/yacreader
synced 2026-02-19 13:33:07 -05:00
Use nullptr instead of 0
This commit is contained in:
@ -29,7 +29,7 @@ class GoToFlow : public GoToFlowWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
GoToFlow(QWidget *parent = 0, FlowType flowType = CoverFlowLike);
|
||||
GoToFlow(QWidget *parent = nullptr, FlowType flowType = CoverFlowLike);
|
||||
~GoToFlow();
|
||||
bool ready; //comic is ready for read.
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user