summaryrefslogtreecommitdiffstats
path: root/examples/opencl/pathdrawing/pathwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opencl/pathdrawing/pathwidget.h')
-rw-r--r--examples/opencl/pathdrawing/pathwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opencl/pathdrawing/pathwidget.h b/examples/opencl/pathdrawing/pathwidget.h
index e084dc4..512f94a 100644
--- a/examples/opencl/pathdrawing/pathwidget.h
+++ b/examples/opencl/pathdrawing/pathwidget.h
@@ -60,6 +60,7 @@ private:
QCLProgram program;
QCLKernel fillRectWithColor;
+ int workSize;
QSize windowSize;
QCLImage2D surfaceImage;