mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
gl flow: clean up includes
This commit is contained in:
parent
7bd04ca7d5
commit
d9d93c6481
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
#include <QtGui>
|
#include <QtGui>
|
||||||
#include <QtOpenGL>
|
#include <QtOpenGL>
|
||||||
//#include <math.h>
|
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
#include <OpenGL/glu.h>
|
#include <OpenGL/glu.h>
|
||||||
@ -10,10 +9,8 @@
|
|||||||
#include <GL/glu.h>
|
#include <GL/glu.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <QGLContext>
|
|
||||||
#include <QGLPixelBuffer>
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <iostream>
|
|
||||||
/*** Animation Settings ***/
|
/*** Animation Settings ***/
|
||||||
|
|
||||||
/*** Position Configuration ***/
|
/*** Position Configuration ***/
|
||||||
|
@ -2,11 +2,6 @@
|
|||||||
#ifndef __YACREADER_FLOW_GL_H
|
#ifndef __YACREADER_FLOW_GL_H
|
||||||
#define __YACREADER_FLOW_GL_H
|
#define __YACREADER_FLOW_GL_H
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
#include <QOpenGLWidget>
|
#include <QOpenGLWidget>
|
||||||
#include <QOpenGLFunctions>
|
#include <QOpenGLFunctions>
|
||||||
#include <QOpenGLTexture>
|
#include <QOpenGLTexture>
|
||||||
@ -16,8 +11,6 @@
|
|||||||
#include "scroll_management.h"
|
#include "scroll_management.h"
|
||||||
|
|
||||||
class ImageLoaderGL;
|
class ImageLoaderGL;
|
||||||
class QGLContext;
|
|
||||||
class WidgetLoader;
|
|
||||||
class ImageLoaderByteArrayGL;
|
class ImageLoaderByteArrayGL;
|
||||||
|
|
||||||
enum Performance
|
enum Performance
|
||||||
@ -125,7 +118,6 @@ protected:
|
|||||||
void udpatePerspective(int width, int height);
|
void udpatePerspective(int width, int height);
|
||||||
|
|
||||||
int updateCount;
|
int updateCount;
|
||||||
WidgetLoader * loader;
|
|
||||||
int fontSize;
|
int fontSize;
|
||||||
|
|
||||||
QOpenGLTexture * defaultTexture;
|
QOpenGLTexture * defaultTexture;
|
||||||
|
Loading…
Reference in New Issue
Block a user