mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-20 07:36:31 -05:00
show splash screen whenever project is being loaded
... including when switching projects and reloading projects
This commit is contained in:
@@ -27,7 +27,8 @@ public:
|
||||
void setPixmap(QPixmap pixmap);
|
||||
void showMessage(QString text);
|
||||
|
||||
void start() { this->timer.start(120); }
|
||||
void start();
|
||||
void stop ();
|
||||
|
||||
private:
|
||||
void setupUi();
|
||||
|
||||
Reference in New Issue
Block a user