diff options
Diffstat (limited to 'src/plugins/General/notifier/notifier.cpp')
| -rw-r--r-- | src/plugins/General/notifier/notifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/notifier.cpp b/src/plugins/General/notifier/notifier.cpp index 20b5b6195..127d9adf6 100644 --- a/src/plugins/General/notifier/notifier.cpp +++ b/src/plugins/General/notifier/notifier.cpp @@ -41,7 +41,7 @@ Notifier::Notifier(QObject *parent) : QObject(parent) { - m_popupWidget = 0; + m_popupWidget = nullptr; m_l = -1; m_r = -1; m_isPaused = false; |
