Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Schwarzer committed Mar 8, 2016
1 parent 26701de commit f54473d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksquareswindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void KSquaresWindow::gameReset()
//start game etc.
sGame->createGame(playerList, Settings::boardWidth(), Settings::boardHeight());
connect(m_scene, &GameBoardScene::lineDrawn, sGame, &KSquaresGame::addLineToIndex);
//QT5: VERIFY SIGNAL DOESNT EXIST connect(m_scene,&GameBoardScene::signalMoveRequest,this,&KSquaresWindow::slotMoveRequest);
//QT5: VERIFY SIGNAL DOESN'T EXIST connect(m_scene,&GameBoardScene::signalMoveRequest,this,&KSquaresWindow::slotMoveRequest);
connect(sGame, &KSquaresGame::drawLine, m_scene, &GameBoardScene::drawLine);
connect(sGame, &KSquaresGame::highlightMove, m_scene, &GameBoardScene::highlightLine);
connect(sGame, &KSquaresGame::drawSquare, m_scene, &GameBoardScene::drawSquare);
Expand Down

0 comments on commit f54473d

Please sign in to comment.