From f42283669fca94ccb48cc589237379a7b6cefb49 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Thu, 11 Oct 2012 17:01:21 +0300 Subject: Remove stale QT_MODULE() usage cases As of Qt5, this macro is defined to be empty; simply get rid of these leftovers. Change-Id: I167ccb4c9e92ec9b5e4faeb02bf9c5ef5d982b50 Reviewed-by: Thiago Macieira --- src/gui/kernel/qplatformsharedgraphicscache.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/kernel/qplatformsharedgraphicscache.h') diff --git a/src/gui/kernel/qplatformsharedgraphicscache.h b/src/gui/kernel/qplatformsharedgraphicscache.h index 9c07b0e03c..707e862fbc 100644 --- a/src/gui/kernel/qplatformsharedgraphicscache.h +++ b/src/gui/kernel/qplatformsharedgraphicscache.h @@ -58,8 +58,6 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -QT_MODULE(Gui) - class Q_GUI_EXPORT QPlatformSharedGraphicsCache: public QObject { Q_OBJECT -- cgit v1.2.3