[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/plasma/applets/fifteenPuzzle/src
From:       Laurent Montel <montel () kde ! org>
Date:       2008-05-21 11:03:46
Message-ID: 1211367826.655550.395.nullmailer () svn ! kde ! org
[Download RAW message or body]

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;
   */
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic