mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-23 01:55:10 -07:00
[DeckShare] End the open-shared-deck files with a trailing newline
This commit is contained in:
parent
210a0fa76a
commit
d4a73b6d4a
6 changed files with 6 additions and 6 deletions
|
|
@ -187,4 +187,4 @@ void IntentOpenSharedDeck::finishAll()
|
||||||
tabSupervisor->openDeckInNewTab(deck);
|
tabSupervisor->openDeckInNewTab(deck);
|
||||||
}
|
}
|
||||||
emitFinished();
|
emitFinished();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,4 +56,4 @@ private:
|
||||||
int completedItems = 0;
|
int completedItems = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // COCKATRICE_INTENT_OPEN_SHARED_DECK_H
|
#endif // COCKATRICE_INTENT_OPEN_SHARED_DECK_H
|
||||||
|
|
|
||||||
|
|
@ -136,4 +136,4 @@ void SharedDeckPreviewWidget::keyPressEvent(QKeyEvent *event)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
QWidget::keyPressEvent(event);
|
QWidget::keyPressEvent(event);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -47,4 +47,4 @@ QString DlgLoginPrompt::password() const
|
||||||
bool DlgLoginPrompt::savePassword() const
|
bool DlgLoginPrompt::savePassword() const
|
||||||
{
|
{
|
||||||
return savePasswordCheckBox->isChecked();
|
return savePasswordCheckBox->isChecked();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,4 +37,4 @@ private:
|
||||||
QCheckBox *savePasswordCheckBox;
|
QCheckBox *savePasswordCheckBox;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // DLG_LOGIN_PROMPT_H
|
#endif // DLG_LOGIN_PROMPT_H
|
||||||
|
|
|
||||||
|
|
@ -175,4 +175,4 @@ void DlgSharedDecksPreview::closeEvent(QCloseEvent *event)
|
||||||
{
|
{
|
||||||
onCancel();
|
onCancel();
|
||||||
QDialog::closeEvent(event);
|
QDialog::closeEvent(event);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue