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

List:       kde-commits
Subject:    [pairs/new_qml2] src: comment debug info
From:       Aleix Pol <aleixpol () kde ! org>
Date:       2011-11-30 21:57:56
Message-ID: 20111130215756.7B5C9A60B9 () git ! kde ! org
[Download RAW message or body]

Git commit 3f5ad7ec50be4f678bdeea2f54a899328dd46a24 by Aleix Pol.
Committed on 30/11/2011 at 22:42.
Pushed by apol into branch 'new_qml2'.

comment debug info

M  +1    -1    src/carditem.cpp
M  +1    -1    src/playersmodel.cpp

http://commits.kde.org/pairs/3f5ad7ec50be4f678bdeea2f54a899328dd46a24

diff --git a/src/carditem.cpp b/src/carditem.cpp
index 1bc694d..1e93507 100644
--- a/src/carditem.cpp
+++ b/src/carditem.cpp
@@ -108,7 +108,7 @@ void CardItem::setDuration(int dur)
 
 void CardItem::setType(CardType type, QString& file, const PairsTheme* theme){
     m_type = type;
-    qDebug() << type << file;
+//     qDebug() << type << file;
     switch(type){
         case CARD_SOUNDLOGIC:
         case CARD_SOUND:
diff --git a/src/playersmodel.cpp b/src/playersmodel.cpp
index f1c9cd9..f0ed578 100644
--- a/src/playersmodel.cpp
+++ b/src/playersmodel.cpp
@@ -101,7 +101,7 @@ void PlayersModel::addPlayer(const QString& name, const QString& decoration)
 
 void PlayersModel::setSelected(int row)
 {
-     qDebug() << row << player(row);
+//      qDebug() << row << player(row);
      player(row)->setSelected();
 }
 

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

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