summaryrefslogtreecommitdiff
path: root/quacker/macondo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/macondo.cpp')
-rw-r--r--quacker/macondo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/quacker/macondo.cpp b/quacker/macondo.cpp
index ef7372b..8c18fb8 100644
--- a/quacker/macondo.cpp
+++ b/quacker/macondo.cpp
@@ -76,6 +76,7 @@ void Macondo::gameChanged(Quackle::Game *game) {
void Macondo::connectBackendSignals() {
connect(m_backend, SIGNAL(gotMoves(const Quackle::MoveList &)), this, SLOT(gotMoves(const Quackle::MoveList &)));
+ connect(m_backend, SIGNAL(statusMessage(const QString &)), this, SIGNAL(statusMessage(const QString &)));
}
void Macondo::stop() {