summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrenttask.h
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2025-09-02 12:09:32 +0200
committerIvan Solovev <ivan.solovev@qt.io>2025-09-08 12:53:27 +0200
commitd6054c5f41424d57a4cee7f47bc1ad2fcdafe72b (patch)
tree7b7a5c5ac83dfcf50c6fc54915897a43f95718db /src/concurrent/qtconcurrenttask.h
parent68a5ec23f683c7778f587842fe35a47b545cf9d1 (diff)
Add camel-case header for qtconcurrenttask.h
Camel-case headers are a de-facto standard way to include various Qt classes into the user projects. Other headers from QtConcurrent module provide the CamelCase versions, so let's add one for qtconcurrenttask.h as well. [ChangeLog][QtConcurrent] Added a camel-case QtConcurrentTask header, which is the same as QtConcurrent/qtconcurrenttask.h. Task-number: QTBUG-114663 Pick-to: 6.10 6.9 6.8 Change-Id: Ice2f3dba70e56af2d55e826b8df98ab6cf0e8894 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/concurrent/qtconcurrenttask.h')
-rw-r--r--src/concurrent/qtconcurrenttask.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/concurrent/qtconcurrenttask.h b/src/concurrent/qtconcurrenttask.h
index f269b193d20..3811b14e976 100644
--- a/src/concurrent/qtconcurrenttask.h
+++ b/src/concurrent/qtconcurrenttask.h
@@ -5,6 +5,10 @@
#ifndef QTCONCURRENTTASK_H
#define QTCONCURRENTTASK_H
+#if 0
+#pragma qt_class(QtConcurrentTask)
+#endif
+
#if !defined(QT_NO_CONCURRENT)
#include <QtConcurrent/qtaskbuilder.h>