[Ktutorial-commits] SF.net SVN: ktutorial:[103] trunk/ktutorial/ktutorial-library/test/StepTest .cp
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-02-24 05:26:02
|
Revision: 103 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=103&view=rev Author: danxuliu Date: 2010-02-24 05:25:56 +0000 (Wed, 24 Feb 2010) Log Message: ----------- Fix compiler warning about initialization order. Modified Paths: -------------- trunk/ktutorial/ktutorial-library/test/StepTest.cpp Modified: trunk/ktutorial/ktutorial-library/test/StepTest.cpp =================================================================== --- trunk/ktutorial/ktutorial-library/test/StepTest.cpp 2010-02-24 02:51:12 UTC (rev 102) +++ trunk/ktutorial/ktutorial-library/test/StepTest.cpp 2010-02-24 05:25:56 UTC (rev 103) @@ -114,8 +114,8 @@ class StepWithWaitForAddedInSetup: public Step { public: + StepTest* mStepTest; WaitFor* mWaitFor; - StepTest* mStepTest; StepWithWaitForAddedInSetup(const QString& id, StepTest* stepTest): Step(id), @@ -135,8 +135,8 @@ class StepWithOptionAddedInSetup: public Step { public: + StepTest* mStepTest; Option* mOption; - StepTest* mStepTest; StepWithOptionAddedInSetup(const QString& id, StepTest* stepTest): Step(id), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |