diff options
Diffstat (limited to 'src/concurrent/qtconcurrentfunctionwrappers.h')
| -rw-r--r-- | src/concurrent/qtconcurrentfunctionwrappers.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/concurrent/qtconcurrentfunctionwrappers.h b/src/concurrent/qtconcurrentfunctionwrappers.h index 59d2d61af68..be4a09f107d 100644 --- a/src/concurrent/qtconcurrentfunctionwrappers.h +++ b/src/concurrent/qtconcurrentfunctionwrappers.h @@ -42,7 +42,6 @@ #include <QtConcurrent/qtconcurrentcompilertest.h> #include <QtCore/qfuture.h> -#include <QtCore/QStringList> #include <tuple> @@ -193,12 +192,6 @@ struct ReduceResultTypeHelper<Callable, template <class InputSequence, class MapFunctor> struct MapSequenceResultType; -template <class MapFunctor> -struct MapSequenceResultType<QStringList, MapFunctor> -{ - typedef QList<QtPrivate::MapResultType<QStringList, MapFunctor>> ResultType; -}; - #ifndef QT_NO_TEMPLATE_TEMPLATE_PARAMETERS template <template <typename...> class InputSequence, typename MapFunctor, typename ...T> |
