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

List:       kde-commits
Subject:    =?utf-8?q?=5Bknights/2=2E3=5D_src=3A_Remove_double_connection_fr?=
From:       Miha Čančula <miha.cancula () gmail ! com>
Date:       2011-02-27 14:00:31
Message-ID: 20110227140031.62FFAA60AE () git ! kde ! org
[Download RAW message or body]

Git commit 2e9cd83c6008be67d542b908edde02ec9fcedf5d by Miha Čančula.
Committed on 27/02/2011 at 14:51.
Pushed by mihac into branch '2.3'.

Remove double connection from Manager to View for gameOver()

M  +0    -1    src/knights.cpp     

http://commits.kde.org/knights/2e9cd83c6008be67d542b908edde02ec9fcedf5d

diff --git a/src/knights.cpp b/src/knights.cpp
index 0a66a34..baf2503 100644
--- a/src/knights.cpp
+++ b/src/knights.cpp
@@ -78,7 +78,6 @@ namespace Knights
         setupGUI();
         connect ( m_view, SIGNAL ( gameNew() ), this, SLOT ( fileNew() ), Qt::QueuedConnection );
         connect ( Manager::self(), SIGNAL(initComplete()), SLOT(protocolInitSuccesful()) );
-        connect ( Manager::self(), SIGNAL(winnerNotify(Color)), m_view, SLOT(gameOver(Color)) );
 
         QTimer::singleShot ( 0, this, SLOT ( fileNew() ) );
     }


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

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