directfb: Refer to the right class in the error message
Change-Id: I41d0b95092d16bc3a643fca903c68be82813dad6 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
This commit is contained in:
parent
c0542c607b
commit
991b91ce57
@ -82,7 +82,7 @@ QDirectFbWindow::QDirectFbWindow(QWindow *tlw, QDirectFbInput *inputhandler)
|
||||
|
||||
DFBResult result = layer->CreateWindow(layer, &description, m_dfbWindow.outPtr());
|
||||
if (result != DFB_OK) {
|
||||
DirectFBError("QDirectFbGraphicsSystemScreen: failed to create window",result);
|
||||
DirectFBError("QDirectFbWindow: failed to create window", result);
|
||||
}
|
||||
|
||||
m_dfbWindow->SetOpacity(m_dfbWindow.data(), 0xff);
|
||||
|
Loading…
Reference in New Issue
Block a user