mirror of
				https://github.com/YACReader/yacreader
				synced 2025-11-04 01:05:06 -05:00 
			
		
		
		
	Use nullptr instead of 0
This commit is contained in:
		@ -10,7 +10,7 @@ class RenameLibraryDialog : public QDialog
 | 
			
		||||
{
 | 
			
		||||
    Q_OBJECT
 | 
			
		||||
public:
 | 
			
		||||
    RenameLibraryDialog(QWidget *parent = 0);
 | 
			
		||||
    RenameLibraryDialog(QWidget *parent = nullptr);
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    QLabel *newNameLabel;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user