From 103086e3796081661c1d718f4f2eed4cadd96dfc Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Sat, 4 Apr 2015 21:20:16 +0200 Subject: Replace with where applicable To avoid source-incompatibilites, wrap in QT_DEPRECATED_SINCE(5, 5) in public headers. Change-Id: Ic3398f4f330e15a3b55065858add26b90fd70e6c Reviewed-by: Olivier Goffart (Woboq GmbH) --- src/opengl/qgl_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opengl') diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h index fd7f2b328c..ad5386d8bc 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -50,7 +50,7 @@ #include "QtCore/qmap.h" #include "QtCore/qthread.h" #include "QtCore/qthreadstorage.h" -#include "QtCore/qhash.h" +#include "QtCore/qhashfunctions.h" #include "QtCore/qatomic.h" #include "QtWidgets/private/qwidget_p.h" #include "QtGui/private/qopenglcontext_p.h" -- cgit v1.2.3