diff options
| author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-05-17 15:50:50 +1000 |
|---|---|---|
| committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-05-17 15:50:50 +1000 |
| commit | 194dcab759aeb74aaf70a9c00f77c48fb66acf77 (patch) | |
| tree | 0bd764b110609477141c5006f60ca4f735423f99 /src/opencl/qcldevice.cpp | |
| parent | 461142f50dc99cde1fe065d2392e0bb17091f875 (diff) | |
qdoc fix
Diffstat (limited to 'src/opencl/qcldevice.cpp')
| -rw-r--r-- | src/opencl/qcldevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opencl/qcldevice.cpp b/src/opencl/qcldevice.cpp index 4c138b1..08f8f68 100644 --- a/src/opencl/qcldevice.cpp +++ b/src/opencl/qcldevice.cpp @@ -872,7 +872,7 @@ bool qt_cl_has_extension(const char *list, size_t listLen, const char *name) } /*! - Returns this if this device has an extension called \a name; + Returns true if this device has an extension called \a name; false otherwise. This function is more efficient than checking for \a name |
