Merge branch 'bookmarks' of ssh://drop.maemo.org/git/mdictionary into bookmarks
[mdictionary] / trunk / src / base / gui / MainWindow.cpp
index 3d57b18..8bf74a4 100644 (file)
@@ -348,6 +348,11 @@ void MainWindow::connectWordList() {
     connect(wordListWidget, SIGNAL(showTranslation(QList<Translation*>)),
             this, SIGNAL(searchTranslations(QList<Translation*>)));
 
+    //TODO TEMP
+    connect(wordListWidget, SIGNAL(showTranslation(QList<Translation*>)),
+            backbone, SLOT(addBookmark(QList<Translation*>)));
+
+
 
     connect(this, SIGNAL(setBusy()),
             wordListWidget, SLOT(lockList()));