Fixed displaying translation of the same keyword from different dictionaries
[mdictionary] / trunk / src / base / gui / TranslationWidget.h
index 6125caa..5ad03fc 100644 (file)
@@ -43,7 +43,7 @@ Q_SIGNALS:
 public Q_SLOTS:
     //! Request to show translation of word passed as QModelIndex from word list
     void show();
-    void show(QModelIndex);
+    void show(QList<Translation*>);
 
 private Q_SLOTS:
     void showContextMenu(QPoint pos);