mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Use nullptr instead of 0
This commit is contained in:
@ -14,7 +14,7 @@ class ExportLibraryDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
ExportLibraryDialog(QWidget *parent = 0);
|
||||
ExportLibraryDialog(QWidget *parent = nullptr);
|
||||
public slots:
|
||||
void exportLibrary();
|
||||
void findPath();
|
||||
|
Reference in New Issue
Block a user