Fix compilation with -no-pch
Q_UNUSED(cursor) was failing to compile when configured with -no-pch. Change-Id: I1da3c95c1636ca06f38a97052ee4360232520a8b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
7896ae052a
commit
888b3f5045
@ -38,6 +38,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "qplatformnativeinterface.h"
|
||||
#include <QtGui/qcursor.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user