This commit is contained in:
garak
2025-04-29 15:59:53 -04:00
committed by t
parent 7fb657376d
commit 7426f47471
2 changed files with 2 additions and 9 deletions

View File

@@ -4,18 +4,12 @@
#include <QTimer>
#include <QWidget>
namespace Ui {
class LoadingScreen;
}
// Loading class
// LOAD() // or Offload() OFFLOAD() WorkerThread()
// function that wraps around QFuture and QtConcurrent, does not block gui thread
// can call any other function that is not directly painting the gui on another thread
// Execute function while playing loading screen and display text
// void executeLoadingScreen(QString text, void (*function)(void));
class PorymapLoadingScreen : public QWidget {
Q_OBJECT

View File

@@ -1,4 +1,3 @@
#include "loadingscreen.h"
#include "aboutporymap.h"
#include "ui_loadingscreen.h"