From kde-commits Wed May 21 11:03:46 2008 From: Laurent Montel Date: Wed, 21 May 2008 11:03:46 +0000 To: kde-commits Subject: extragear/plasma/applets/fifteenPuzzle/src Message-Id: <1211367826.655550.395.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121136845612844 SVN commit 810695 by mlaurent: Fix warning M +2 -2 fifteen.cpp --- trunk/extragear/plasma/applets/fifteenPuzzle/src/fifteen.cpp #810694:810695 @@ -102,7 +102,7 @@ bool Fifteen::isSolvable() { int fields[16]; - bool odd_even_solvable; + bool odd_even_solvable=0; for (int i = 0; i < 16; ++i) { fields[i] = m_pieces[i]->getId(); if (fields[i] == 0) { @@ -205,7 +205,7 @@ qreal by = b->pos().y(); /* - qDebug() << "ax:" << ax << "ay:" << ay; + qDebug() << "ax:" << ax << "ay:" << ay; qDebug() << "bx:" << bx << "by:" << by; */