Mercurial > hg > svgui
comparison widgets/Thumbwheel.cpp @ 1408:c8a6fd3f9dff fix-static-analysis
Use nullptr throughout
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 14:33:54 +0000 |
parents | 13f5f84fbfad |
children | d39db4673676 |
comparison
equal
deleted
inserted
replaced
1407:05d614f6e46d | 1408:c8a6fd3f9dff |
---|---|
44 m_showScale(true), | 44 m_showScale(true), |
45 m_clicked(false), | 45 m_clicked(false), |
46 m_atDefault(true), | 46 m_atDefault(true), |
47 m_clickRotation(m_rotation), | 47 m_clickRotation(m_rotation), |
48 m_showTooltip(true), | 48 m_showTooltip(true), |
49 m_rangeMapper(0) | 49 m_rangeMapper(nullptr) |
50 { | 50 { |
51 } | 51 } |
52 | 52 |
53 Thumbwheel::~Thumbwheel() | 53 Thumbwheel::~Thumbwheel() |
54 { | 54 { |