This commit is contained in:
Friedemann Kleint 2011-06-21 16:20:15 +02:00
parent 176f30b137
commit dc40eaba1f

View File

@ -18,7 +18,6 @@ Window::Window(QWindow *parent)
: QWindow(parent)
, m_backgroundColorIndex(colorIndexId++)
{
setSurfaceType(RasterSurface);
setWindowTitle(QLatin1String("Window"));
if (parent)