X-Git-Url: http://git.maemo.org/git/?p=qtrapids;a=blobdiff_plain;f=src%2Fgui%2FSeedView.h;h=9b05e998aaf5503db24fc107e42f12a8c3e51cf2;hp=1410aa8ebd5f2101598c3d03b17e9d37a6648cad;hb=08828f51a534f17235944d186b8f1b0c69696e1b;hpb=45e692ff47151854cc149c514d3a53285f0f195a;ds=sidebyside diff --git a/src/gui/SeedView.h b/src/gui/SeedView.h index 1410aa8..9b05e99 100644 --- a/src/gui/SeedView.h +++ b/src/gui/SeedView.h @@ -40,6 +40,9 @@ Q_OBJECT void newItem(QTorrentHandle const* handle); void updateItem(QTorrentHandle const* handle); + private slots: + void on_itemPressed(QTreeWidgetItem *item, int column); + private: // Maps torrent to SeedView item. // Key: SHA1 info hash of torrent. Data: View item corresponding to torrent.