finishing up gta5view 1.4.0

This commit is contained in:
Syping 2017-08-26 14:13:35 +02:00
parent 8ddd79d667
commit e047e1b44d
19 changed files with 340 additions and 110 deletions

View file

@ -39,6 +39,10 @@ private:
CrewDatabase *crewDB;
ProfileLoader *profileLoader;
private slots:
void preloaded();
void loaded();
signals:
void pictureLoaded(SnapmaticPicture *picture);
void savegameLoaded(SavegameData *savegame, QString savegamePath);