Add newlines to end of files to silence compiler warnings
This commit is contained in:
@ -149,4 +149,4 @@ void OpenGLWidget::mouseMoveEvent(QMouseEvent* event)
|
||||
m_LastFrameMousePos = m_CurrentMousePos;
|
||||
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
@ -64,4 +64,4 @@ private:
|
||||
int m_yRotation;
|
||||
};
|
||||
|
||||
#endif //__BasicExample_OpenGLWidget_H__
|
||||
#endif //__BasicExample_OpenGLWidget_H__
|
||||
|
@ -248,4 +248,4 @@ void OpenGLWidget::setupProjectionMatrix(void)
|
||||
float aspect = static_cast<float>(width()) / static_cast<float>(height());
|
||||
|
||||
glOrtho(frustumSize*aspect, -frustumSize*aspect, frustumSize, -frustumSize, 1.0, 5000);
|
||||
}
|
||||
}
|
||||
|
@ -80,4 +80,4 @@ class OpenGLWidget : public QGLWidget
|
||||
unsigned int m_uVolumeDepthInRegions;
|
||||
};
|
||||
|
||||
#endif //__PolyVox_OpenGLWidget_H__
|
||||
#endif //__PolyVox_OpenGLWidget_H__
|
||||
|
@ -132,4 +132,4 @@ void OpenGLWidget::mouseMoveEvent(QMouseEvent* event)
|
||||
m_LastFrameMousePos = m_CurrentMousePos;
|
||||
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
@ -64,4 +64,4 @@ private:
|
||||
int m_yRotation;
|
||||
};
|
||||
|
||||
#endif //__BasicExample_OpenGLWidget_H__
|
||||
#endif //__BasicExample_OpenGLWidget_H__
|
||||
|
@ -183,4 +183,4 @@ void OpenGLWidget::mouseMoveEvent(QMouseEvent* event)
|
||||
m_LastFrameMousePos = m_CurrentMousePos;
|
||||
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
@ -71,4 +71,4 @@ private:
|
||||
int m_yRotation;
|
||||
};
|
||||
|
||||
#endif //__BasicExample_OpenGLWidget_H__
|
||||
#endif //__BasicExample_OpenGLWidget_H__
|
||||
|
Reference in New Issue
Block a user