Very rough initial implementation of torrent adding working.
[qtrapids] / src / qml-client / qml / TorrentPickerPage.qml
index 162dea6..beed7d4 100644 (file)
@@ -51,7 +51,7 @@ Page {
                     text: url
                 }
                 anchors.fill: parent
-                onClicked: { console.log("selected torrent: " + url); }
+                onClicked: { console.log("selected torrent: " + url); mainPageHandler.on_torrentFileSelected(url); }
             }
         }
     }