forked from qt-creator/qt-creator
Utils: Modernize
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using modernize-use-default-member-init modernize-use-equals-default Change-Id: I8d44d9405011a1878353baf9325f7af90b89db02 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
namespace Utils {
|
||||
|
||||
StatusLabel::StatusLabel(QWidget *parent) : QLabel(parent), m_timer(0)
|
||||
StatusLabel::StatusLabel(QWidget *parent) : QLabel(parent), m_timer(nullptr)
|
||||
{
|
||||
// A manual size let's us shrink below minimum text width which is what
|
||||
// we want in [fake] status bars.
|
||||
|
||||
Reference in New Issue
Block a user