~ubuntu-branches/ubuntu/quantal/kdegames/quantal

« back to all changes in this revision

Viewing changes to kigo/src/gui/graphicsview/gamescene.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:50 UTC
  • mfrom: (1.3.14)
  • Revision ID: package-import@ubuntu.com-20111215141750-6tj6brf4azhrt915
Tags: 4:4.7.90-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
{
39
39
    connect(m_game, SIGNAL(boardChanged()), this, SLOT(updateStoneItems()));
40
40
    connect(m_game, SIGNAL(boardSizeChanged(int)), this, SLOT(changeBoardSize(int)));
41
 
    connect(m_game, SIGNAL(currentPlayerChanged(const Player &)), this, SLOT(hideHint()));
42
 
    connect(ThemeRenderer::self(), SIGNAL(themeChanged(const QString &)), this, SLOT(themeChanged()));
 
41
    connect(m_game, SIGNAL(currentPlayerChanged(Player)), this, SLOT(hideHint()));
 
42
    connect(ThemeRenderer::self(), SIGNAL(themeChanged(QString)), this, SLOT(themeChanged()));
43
43
 
44
44
    m_gamePopup.setMessageTimeout(3000);
45
45
    m_gamePopup.setHideOnMouseClick(true);