From 7d21abfca39d2dcf98e3a81b1b7d8c73bd274cd1 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 27 Aug 2012 23:22:15 +0200 Subject: Move QFutureSynchronizer back to QtCore This class, too, belongs with QFuture. Change-Id: I41a532ca66c156f1631e4b22ffc1a5879c854488 Reviewed-by: Thiago Macieira --- tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro (limited to 'tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro') diff --git a/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro b/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro deleted file mode 100644 index a828213ade..0000000000 --- a/tests/auto/concurrent/qfuturesynchronizer/qfuturesynchronizer.pro +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG += testcase parallel_test -TARGET = tst_qfuturesynchronizer -QT = core testlib concurrent -SOURCES = tst_qfuturesynchronizer.cpp -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 -- cgit v1.2.3