mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
use const
This commit is contained in:
parent
4448ee2190
commit
0d58ac22c8
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ void DeckPreviewWidget::imageDoubleClickedEvent(QMouseEvent *event, DeckPreviewC
|
|||
emit deckLoadRequested(filePath);
|
||||
}
|
||||
|
||||
static void saveDeckToClipboard(DeckLoader *deckLoader, bool addComments, bool addSetNameAndNumber)
|
||||
static void saveDeckToClipboard(const DeckLoader *deckLoader, bool addComments, bool addSetNameAndNumber)
|
||||
{
|
||||
QString buffer;
|
||||
QTextStream stream(&buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue