ram usage fix from gta5sync

This commit is contained in:
Rafael 2017-02-13 04:12:47 +01:00
parent 98de3f5560
commit 33a5faa7bf
8 changed files with 86 additions and 80 deletions

View file

@ -18,8 +18,6 @@
#ifndef SAVEGAMEWIDGET_H
#define SAVEGAMEWIDGET_H
#include "ProfileInterface.h"
#include "ProfileWidget.h"
#include "SavegameData.h"
#include <QContextMenuEvent>
@ -78,6 +76,7 @@ signals:
void widgetDeselected();
void allWidgetsSelected();
void allWidgetsDeselected();
void contextMenuTriggered(QContextMenuEvent *ev);
};
#endif // SAVEGAMEWIDGET_H