added snapmatic + savegame widget

This commit is contained in:
Rafael 2016-03-25 07:07:58 +01:00
parent 9057b783e5
commit a608702e69
13 changed files with 428 additions and 66 deletions

View file

@ -20,6 +20,8 @@
#define USERINTERFACE_H
#include <QMainWindow>
#include <QString>
#include <QMap>
namespace Ui {
class UserInterface;
@ -37,6 +39,9 @@ private slots:
private:
Ui::UserInterface *ui;
QString GTAV_Folder;
QString GTAV_ProfilesFolder;
QMap<QString, QString> GTAV_ProfileMap;
};
#endif // USERINTERFACE_H