- Torrent addign and removal functional
[qtrapids] / src / gui / SeedView.h
index 1410aa8..9b05e99 100644 (file)
@@ -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.