From 1fcb990bd02da945ac0204caaed6a9aa1f6a7d5f Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Fri, 11 Aug 2017 18:49:13 -0300 Subject: General settings implemented A lot of pt-br translation Some forms sizes fixes init file fully implemented --- Project/GeneralPropertiesForm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Project/GeneralPropertiesForm.h') diff --git a/Project/GeneralPropertiesForm.h b/Project/GeneralPropertiesForm.h index 40ef65d..77bf4d2 100644 --- a/Project/GeneralPropertiesForm.h +++ b/Project/GeneralPropertiesForm.h @@ -2,6 +2,10 @@ #define GENERALPROPERTIESFORM_H #include "PropertiesForm.h" + +#include +#include + class PropertiesData; class GeneralPropertiesForm : public GeneralPropertiesFormBase -- cgit