opciones y configuraci?n integrados completamente con QSettings

goToFlow ya es sensible al nivel de rendimiento

a?adidos al repositorio ficheros que faltaban

corregidos varios warnings en la compilaci?n
This commit is contained in:
Luis Ángel San Martín
2012-10-11 08:16:57 +02:00
parent a4ecda4ae9
commit b4669c5b8b
20 changed files with 1150 additions and 294 deletions

View File

@ -18,7 +18,7 @@ class QGLContext;
class WidgetLoader;
class ImageLoaderByteArrayGL;
typedef enum Performance
enum Performance
{
low=0,
medium,
@ -27,7 +27,7 @@ typedef enum Performance
};
//Cover Vector
typedef struct RVect{
struct RVect{
float x;
float y;
float z;
@ -35,7 +35,7 @@ typedef struct RVect{
};
//the cover info struct
typedef struct CFImage{
struct CFImage{
GLuint img;
char name[256];