mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-09 17:35:37 -05:00
More loading screen messages, include map.json files
This commit is contained in:
@@ -18,8 +18,10 @@ public:
|
||||
explicit PorymapLoadingScreen(QWidget *parent = nullptr);
|
||||
~PorymapLoadingScreen();
|
||||
|
||||
void setPixmap(QPixmap pixmap);
|
||||
void showMessage(QString text);
|
||||
void setPixmap(const QPixmap &pixmap);
|
||||
void showMessage(const QString &text);
|
||||
void showMessage(const QString &prefix, const QString &text);
|
||||
void showLoadingMessage(const QString &text);
|
||||
|
||||
void start();
|
||||
void stop ();
|
||||
|
||||
Reference in New Issue
Block a user