Browse Source

- Remove useless signals

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
cddc3a0a43
  1. 2
      src/bittorrent.h

2
src/bittorrent.h

@ -161,8 +161,6 @@ class bittorrent : public QObject { @@ -161,8 +161,6 @@ class bittorrent : public QObject {
signals:
void addedTorrent(QTorrentHandle& h);
void deletedTorrent(QString hash);
void pausedTorrent(QString hash);
void resumedTorrent(QString hash);
void finishedTorrent(QTorrentHandle& h);
void fullDiskError(QTorrentHandle& h);
void trackerError(QString hash, QString time, QString msg);

Loading…
Cancel
Save