mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Use nullptr
This commit is contained in:
parent
e2276cbc1c
commit
9140d66693
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user