[Telepathy-commits] [telepathy-qt4/master] Remove spurious mLoop member from PinocchioTest

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Jan 23 08:56:26 PST 2009


Having moved mLoop into the parent class, the fact that there's another
one here (uninitialized, and used for about half the functions) breaks
the tests.
---
 tests/pinocchio/lib.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tests/pinocchio/lib.h b/tests/pinocchio/lib.h
index fbbf6d0..9ddc694 100644
--- a/tests/pinocchio/lib.h
+++ b/tests/pinocchio/lib.h
@@ -37,7 +37,6 @@ protected:
     QString mPinocchioPath;
     QString mPinocchioCtlPath;
     QProcess mPinocchio;
-    QEventLoop *mLoop;
 
     virtual void initTestCaseImpl();
 
-- 
1.5.6.5



More information about the Telepathy-commits mailing list