directfb: Fix the typo in the parameter

Change-Id: I3d373872c533bc4b6f4f010f5cce4dbb41dbb561
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
This commit is contained in:
Holger Hans Peter Freyther 2011-11-21 14:17:01 +01:00 committed by Qt by Nokia
parent ab0e62205f
commit 13505b53b6

View File

@ -53,7 +53,7 @@ class QDirectFbBlitter;
class QDirectFBCursor : public QPlatformCursor
{
public:
QDirectFBCursor(QPlatformScreen *screem);
QDirectFBCursor(QPlatformScreen *screen);
void changeCursor(QCursor *cursor, QWindow *window);
private: