mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-11 19:35:38 -05:00
clean up
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
#include "loadingscreen.h"
|
||||
#include "aboutporymap.h"
|
||||
#include "ui_loadingscreen.h"
|
||||
|
||||
Reference in New Issue
Block a user