mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-27 09:58:08 +01:00
PlayWordMediator: set correctly the initial state
This commit is contained in:
parent
4b077bbcd6
commit
dd75556902
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ PlayWordMediator::PlayWordMediator(QObject *parent, QLineEdit &iEditPlay,
|
||||||
this, SLOT(playWord()));
|
this, SLOT(playWord()));
|
||||||
QObject::connect(&m_playModel, SIGNAL(coordChanged(const Coord&, const Coord&)),
|
QObject::connect(&m_playModel, SIGNAL(coordChanged(const Coord&, const Coord&)),
|
||||||
this, SLOT(updateCoord(const Coord&)));
|
this, SLOT(updateCoord(const Coord&)));
|
||||||
|
|
||||||
|
// Initial state
|
||||||
|
updatePointsAndState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue