mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-28 19:55:30 -05:00
added deckstats.net interface in deck editor, fixing issue #39
This commit is contained in:
@@ -480,6 +480,14 @@ bool DeckList::saveToFile_Plain(QIODevice *device)
|
||||
return saveToStream_Plain(out);
|
||||
}
|
||||
|
||||
QString DeckList::writeToString_Plain()
|
||||
{
|
||||
QString result;
|
||||
QTextStream out(&result);
|
||||
saveToStream_Plain(out);
|
||||
return result;
|
||||
}
|
||||
|
||||
void DeckList::cleanList()
|
||||
{
|
||||
root->clearTree();
|
||||
|
||||
Reference in New Issue
Block a user