mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
[DeckShare] End the share-related headers and sources with a trailing newline
This commit is contained in:
parent
4721404e8b
commit
75352a00a5
7 changed files with 7 additions and 7 deletions
|
|
@ -56,4 +56,4 @@ ShareResponse handleShareResponse(const AbstractClient *client, const Response &
|
||||||
return {link, expiry};
|
return {link, expiry};
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace DeckShareUtils
|
} // namespace DeckShareUtils
|
||||||
|
|
|
||||||
|
|
@ -56,4 +56,4 @@ ShareResponse handleShareResponse(const AbstractClient *client, const Response &
|
||||||
|
|
||||||
} // namespace DeckShareUtils
|
} // namespace DeckShareUtils
|
||||||
|
|
||||||
#endif // DECK_SHARE_UTILS_H
|
#endif // DECK_SHARE_UTILS_H
|
||||||
|
|
|
||||||
|
|
@ -60,4 +60,4 @@ private:
|
||||||
QPushButton *createButton;
|
QPushButton *createButton;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // SHARE_BAR_WIDGET_H
|
#endif // SHARE_BAR_WIDGET_H
|
||||||
|
|
|
||||||
|
|
@ -93,4 +93,4 @@ void DlgShareDeck::onShareTimeout()
|
||||||
{
|
{
|
||||||
buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true);
|
buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true);
|
||||||
QMessageBox::warning(this, tr("Share deck"), tr("The server did not respond in time. Try again."));
|
QMessageBox::warning(this, tr("Share deck"), tr("The server did not respond in time. Try again."));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,4 +43,4 @@ private:
|
||||||
QTimer *shareTimeoutTimer;
|
QTimer *shareTimeoutTimer;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // DLG_SHARE_DECK_H
|
#endif // DLG_SHARE_DECK_H
|
||||||
|
|
|
||||||
|
|
@ -208,4 +208,4 @@ void TabDeckStorageVisual::onShareTimeout()
|
||||||
{
|
{
|
||||||
shareBar->setCreateEnabled(true);
|
shareBar->setCreateEnabled(true);
|
||||||
showShareNotice(tr("The server did not respond in time. Try again."), true);
|
showShareNotice(tr("The server did not respond in time. Try again."), true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -80,4 +80,4 @@ private:
|
||||||
bool shareDeckAvailable = false;
|
bool shareDeckAvailable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue