mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Use nullptr
This commit is contained in:
@ -25,7 +25,7 @@ class YACReaderTranslator : public QWidget
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
YACReaderTranslator(QWidget *parent = 0);
|
YACReaderTranslator(QWidget *parent = nullptr);
|
||||||
~YACReaderTranslator();
|
~YACReaderTranslator();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
Reference in New Issue
Block a user