mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 15:35:09 -04:00
Fix readability-implicit-bool-cast issues using nullptr
This commit is contained in:
@@ -523,7 +523,7 @@ Profile::Ptr Application::processProfileChangeArgs(Profile::Ptr baseProfile)
|
||||
|
||||
void Application::startBackgroundMode(MainWindow* window)
|
||||
{
|
||||
if (_backgroundInstance) {
|
||||
if (_backgroundInstance != nullptr) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user