From c12ed14fb38ae77be194e19a27545190aded830b Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 26 Apr 2011 14:01:18 +0200 Subject: Get rid of "typename, typename" for TEMPLATE_TEMPLATE_PARAMETERS. Because Qt doesn't support that feature before. --- src/corelib/concurrent/qtconcurrentfunctionwrappers.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/corelib/concurrent/qtconcurrentfunctionwrappers.h b/src/corelib/concurrent/qtconcurrentfunctionwrappers.h index fa675eb..98506a5 100644 --- a/src/corelib/concurrent/qtconcurrentfunctionwrappers.h +++ b/src/corelib/concurrent/qtconcurrentfunctionwrappers.h @@ -260,24 +260,6 @@ struct MapResultType, U(C::*)() const> typedef InputSequence ResultType; }; -template