From ae1810658b75dd0eb0247b0e951ce315c8ce4c86 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 17 Oct 2011 18:51:44 +1000 Subject: Move QTRY_VERIFY/QTRY_COMPARE into testlib. These functions have lived in tests/shared/util.h for a long time, but they really belong in qtestlib. Change-Id: I60d569d002dea220b51563931d8b7aa77a20b98b Reviewed-by: Rohan McGovern --- tests/auto/qfocusevent/tst_qfocusevent.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/qfocusevent') diff --git a/tests/auto/qfocusevent/tst_qfocusevent.cpp b/tests/auto/qfocusevent/tst_qfocusevent.cpp index 9a1d312c9f..931059b211 100644 --- a/tests/auto/qfocusevent/tst_qfocusevent.cpp +++ b/tests/auto/qfocusevent/tst_qfocusevent.cpp @@ -50,8 +50,6 @@ #include #include -#include "../../shared/util.h" - QT_FORWARD_DECLARE_CLASS(QWidget) //TESTED_CLASS= -- cgit v1.2.3