- Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this)

- Fixed version in desktop file
This commit is contained in:
Christophe Dumez
2007-08-11 14:47:52 +00:00
parent 7b8722df34
commit 31abae33a1
7 changed files with 38 additions and 4 deletions

View File

@@ -84,6 +84,7 @@ class bittorrent : public QObject{
session* getSession() const;
QList<QPair<QString, QString> > getTrackersErrors(QString hash) const;
bool receivedPausedAlert(QString hash) const;
void printPausedTorrents();
public slots:
void addTorrent(QString path, bool fromScanDir = false, bool onStartup = false, QString from_url = QString());