mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -19,7 +19,7 @@ protected:
|
||||
GoToFlowToolBar *toolBar;
|
||||
|
||||
public:
|
||||
GoToFlowWidget(QWidget *paret = 0);
|
||||
GoToFlowWidget(QWidget *paret = nullptr);
|
||||
virtual ~GoToFlowWidget() = 0;
|
||||
public slots:
|
||||
virtual void reset() = 0;
|
||||
|
Reference in New Issue
Block a user