summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebugjs
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-07 14:59:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-11 14:40:12 +0100
commit86ea7dad2fba0b7262e7f2c665a99324f9bc2f9f (patch)
treeea849631272d1aa8e31a0c8a92378b546306f453 /tests/auto/declarative/qdeclarativedebugjs
parentc520a69f06317fb90d37324bf284ef9614cb5dbf (diff)
Fix warnings about unused variables in tests (CLANG).
Change-Id: I29d4a41d2b6c4ac5c7b27930257c3853500325a1 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebugjs')
-rw-r--r--tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp b/tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
index 903b3739..995c375a 100644
--- a/tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
+++ b/tests/auto/declarative/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp
@@ -133,10 +133,6 @@ private:
class tst_QDeclarativeDebugJS : public QDeclarativeDataTest
{
Q_OBJECT
-private:
- QDeclarativeDebugConnection *m_conn;
- QDeclarativeEngine *m_engine;
- QJSDebugClient *m_client;
private slots:
void initTestCase();