added loading progress frame
This commit is contained in:
parent
7d099291ad
commit
32f3c79071
5 changed files with 100 additions and 12 deletions
|
@ -41,6 +41,7 @@ private:
|
|||
signals:
|
||||
void pictureLoaded(SnapmaticPicture *picture, QString picturePath);
|
||||
void savegameLoaded(SavegameData *savegame, QString savegamePath);
|
||||
void loadingProgress(int value, int maximum);
|
||||
};
|
||||
|
||||
#endif // PROFILELOADER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue