summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2011-01-17 10:08:38 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2011-01-17 10:08:38 +1000
commite3409cb2d5c311be517707a76baa0ca35be05077 (patch)
treef4b39409101375db8d9095d3baa8a275f485f194
parent3d83eca273ae1002061508448eec9c3a4190fed3 (diff)
Remove export macro from demo code.HEADmaster
-rw-r--r--demos/mandelbrot/cltexture2d.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/mandelbrot/cltexture2d.h b/demos/mandelbrot/cltexture2d.h
index f2a352c..3b845f3 100644
--- a/demos/mandelbrot/cltexture2d.h
+++ b/demos/mandelbrot/cltexture2d.h
@@ -50,13 +50,11 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
-QT_MODULE(CLGL)
-
class QCLContextGL;
class CLTexture2DPrivate;
// Note: this class probably should be in the QtOpenGL library.
-class Q_CLGL_EXPORT CLTexture2D : public QCLImage2D
+class CLTexture2D : public QCLImage2D
{
public:
CLTexture2D();