[DeckShare] End the open-shared-deck files with a trailing newline

This commit is contained in:
Lukas Brübach 2026-09-19 07:10:23 +02:00 committed by GitHub
parent 210a0fa76a
commit d4a73b6d4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -187,4 +187,4 @@ void IntentOpenSharedDeck::finishAll()
tabSupervisor->openDeckInNewTab(deck);
}
emitFinished();
}
}

View file

@ -56,4 +56,4 @@ private:
int completedItems = 0;
};
#endif // COCKATRICE_INTENT_OPEN_SHARED_DECK_H
#endif // COCKATRICE_INTENT_OPEN_SHARED_DECK_H

View file

@ -136,4 +136,4 @@ void SharedDeckPreviewWidget::keyPressEvent(QKeyEvent *event)
return;
}
QWidget::keyPressEvent(event);
}
}

View file

@ -47,4 +47,4 @@ QString DlgLoginPrompt::password() const
bool DlgLoginPrompt::savePassword() const
{
return savePasswordCheckBox->isChecked();
}
}

View file

@ -37,4 +37,4 @@ private:
QCheckBox *savePasswordCheckBox;
};
#endif // DLG_LOGIN_PROMPT_H
#endif // DLG_LOGIN_PROMPT_H

View file

@ -175,4 +175,4 @@ void DlgSharedDecksPreview::closeEvent(QCloseEvent *event)
{
onCancel();
QDialog::closeEvent(event);
}
}