ram usage fix from gta5sync
This commit is contained in:
parent
98de3f5560
commit
33a5faa7bf
8 changed files with 86 additions and 80 deletions
|
@ -20,7 +20,6 @@
|
|||
#define SNAPMATICWIDGET_H
|
||||
|
||||
#include "SnapmaticPicture.h"
|
||||
#include "ProfileInterface.h"
|
||||
#include "ProfileDatabase.h"
|
||||
#include "DatabaseThread.h"
|
||||
#include "ProfileWidget.h"
|
||||
|
@ -97,6 +96,7 @@ signals:
|
|||
void allWidgetsDeselected();
|
||||
void nextPictureRequested(QWidget *dialog);
|
||||
void previousPictureRequested(QWidget *dialog);
|
||||
void contextMenuTriggered(QContextMenuEvent *ev);
|
||||
};
|
||||
|
||||
#endif // SNAPMATICWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue