[desktop] feat: import/export data
All checks were successful
eden-license / license-header (pull_request) Successful in 29s

Currently not the ideal solution. Can't be cancelled due to JlCompress
currently lacking a method of cancellation, but for now this is a good
prototype.

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-10-09 15:19:32 -04:00
parent 1dec879ec8
commit 38f05e7082
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6
45 changed files with 380 additions and 129 deletions

View file

@ -9,7 +9,7 @@
#include <QIntValidator>
#include <QRegularExpressionValidator>
#include <QString>
#include <QtConcurrent/QtConcurrentRun>
#include <QtConcurrentRun>
#include "common/settings.h"
#include "core/core.h"
#include "core/internal_network/network_interface.h"