ram usage fix from gta5sync
This commit is contained in:
parent
98de3f5560
commit
33a5faa7bf
8 changed files with 86 additions and 80 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue