diff options
| author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2020-07-06 13:13:05 +0200 |
|---|---|---|
| committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2020-07-07 11:48:45 +0200 |
| commit | 77bb50de8f3f7defe1329e6c4a6e066d510afc55 (patch) | |
| tree | 758b5aab51211aaba887e3ffe9bb4d46f9e740cf /src/concurrent/qtconcurrentreducekernel.h | |
| parent | 989fca660c3556fa957ed9a3f7cd3b948a4166a2 (diff) | |
Use QList instead of QVector in qtbase
Fixes all other QVector occurrences
Task-number: QTBUG-84469
Change-Id: I5f9311298d341a9a3061a6a640539583d1618939
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/concurrent/qtconcurrentreducekernel.h')
| -rw-r--r-- | src/concurrent/qtconcurrentreducekernel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/concurrent/qtconcurrentreducekernel.h b/src/concurrent/qtconcurrentreducekernel.h index de25b194535..694ac2b5a9c 100644 --- a/src/concurrent/qtconcurrentreducekernel.h +++ b/src/concurrent/qtconcurrentreducekernel.h @@ -50,7 +50,6 @@ #include <QtCore/qmutex.h> #include <QtCore/qthread.h> #include <QtCore/qthreadpool.h> -#include <QtCore/qvector.h> #include <mutex> |
