forked from qt-creator/qt-creator
		
	Convert some 0 to nullptr
Change-Id: Ib3ca8e2cc0d63fd35582c73b3cf7c915fb64ddfb Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
		
				
					committed by
					
						
						Laurent Montel
					
				
			
			
				
	
			
			
			
						parent
						
							4d402664c6
						
					
				
				
					commit
					9bccdb8885
				
			@@ -191,7 +191,7 @@ QWidget *NewDialog::m_currentDialog = nullptr;
 | 
			
		||||
NewDialog::NewDialog(QWidget *parent) :
 | 
			
		||||
    QDialog(parent),
 | 
			
		||||
    m_ui(new Ui::NewDialog),
 | 
			
		||||
    m_okButton(0)
 | 
			
		||||
    m_okButton(nullptr)
 | 
			
		||||
{
 | 
			
		||||
    QTC_CHECK(m_currentDialog == nullptr);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user