#include "dlg_load_deck_from_clipboard.h"#include "../../../client/settings/cache_settings.h"#include "../../deck_loader/deck_loader.h"#include "dlg_settings.h"#include <QApplication>#include <QCheckBox>#include <QClipboard>#include <QDialogButtonBox>#include <QMessageBox>#include <QPlainTextEdit>#include <QPushButton>#include <QTextStream>#include <QVBoxLayout>Functions | |
| static QString | deckListToString (const DeckList *deckList, bool addComments) |
|
static |
Loads the contents of the DeckList into a String. Always loads it with addSetNameAndNumber=true
| deckList | The deck to load |
| addComments | Whether to add annotations |