mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Replace the zeroing of pointers with nullptr
This commit is contained in:
@@ -1045,7 +1045,7 @@ void MainWindow::notifyOfUpdate(QString)
|
||||
, Log::CRITICAL);
|
||||
// Delete the executable watcher
|
||||
delete m_executableWatcher;
|
||||
m_executableWatcher = 0;
|
||||
m_executableWatcher = nullptr;
|
||||
}
|
||||
|
||||
#ifndef Q_OS_MAC
|
||||
|
||||
Reference in New Issue
Block a user