From bd48f0e5edb1d5ce10529360fb9d14e7b7135022 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 20 Jul 2016 15:35:50 +0200 Subject: Tooling: Convert connects to Qt5 style Change-Id: I6746b777f73d047f5cf610bfca9b320ac1e13676 Reviewed-by: Simon Hausmann --- tests/auto/qml/debugger/shared/debugutil_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/qml/debugger/shared') diff --git a/tests/auto/qml/debugger/shared/debugutil_p.h b/tests/auto/qml/debugger/shared/debugutil_p.h index 6fe5d897e0..1ec0a6513d 100644 --- a/tests/auto/qml/debugger/shared/debugutil_p.h +++ b/tests/auto/qml/debugger/shared/debugutil_p.h @@ -135,8 +135,6 @@ public: int lastResponseId; bool lastResult; -public slots: - void recordResponse(int requestId, bool result) { lastResponseId = requestId; -- cgit v1.2.3