Move QSurface destructor to qsurface.cpp

fa0407bdb5 moved all QSurface code to
a separate except the destructor.

Change-Id: I2bf426a0b70cbffafae7aca8dd5550192f762aeb
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
Girish Ramakrishnan 2012-04-11 16:59:39 -07:00 committed by Qt by Nokia
parent e583ce4103
commit a5dccb0ece
2 changed files with 3 additions and 5 deletions

View File

@ -88,7 +88,9 @@ QSurface::QSurface(SurfaceClass type)
{
}
QSurface::~QSurface()
{
}
QSurface::SurfaceClass QSurface::surfaceClass() const
{

View File

@ -181,10 +181,6 @@ QWindow::~QWindow()
destroy();
}
QSurface::~QSurface()
{
}
/*!
Set the \a surfaceType of the window.