You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (clubDB.findClubAt(index_location, club) != NULL)
248
+
if (clubDB.findClubAt(index_location, club) != nullptr)
249
249
{
250
250
QMessageBox::warning(this, APP_NAME, tr("The location %1 you want to delete is still referenced by at least one club. You must delete the references first!").arg(index_location->getName()));
if (clubDB.findClubAt(sub_location, club) != NULL)
257
+
if (clubDB.findClubAt(sub_location, club) != nullptr)
258
258
{
259
259
QMessageBox::warning(this, APP_NAME, tr("The sub-location %1 you want to delete is still referenced by at least one club. You must delete the references first!").arg(sub_location->getName()));
0 commit comments