diff options
Diffstat (limited to 'src/modules/notifier/NotifierMessage.cpp')
| -rw-r--r-- | src/modules/notifier/NotifierMessage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/notifier/NotifierMessage.cpp b/src/modules/notifier/NotifierMessage.cpp index 8154c23ef..fed24e816 100644 --- a/src/modules/notifier/NotifierMessage.cpp +++ b/src/modules/notifier/NotifierMessage.cpp @@ -34,8 +34,8 @@ NotifierMessage::NotifierMessage(QPixmap * pPixmap, const QString & szText) { - m_pLabel0 = 0; - m_pLabel1 = 0; + m_pLabel0 = nullptr; + m_pLabel1 = nullptr; m_szText = szText; m_pPixmap = pPixmap; @@ -80,7 +80,7 @@ void NotifierMessage::updateGui() } else { - m_pLabel0 = 0; + m_pLabel0 = nullptr; } m_pLabel1 = new QLabel(this); |
