Use file path edit widgets in options and add torrent dialog

This commit is contained in:
Eugene Shalygin
2016-04-23 01:55:59 +02:00
parent 30081e0356
commit 7320ac1bc0
6 changed files with 141 additions and 353 deletions

View File

@@ -73,10 +73,9 @@ private slots:
void showAdvancedSettings(bool show);
void displayContentTreeMenu(const QPoint&);
void updateDiskSpaceLabel();
void onSavePathChanged(int);
void onSavePathChanged(const QString &newPath);
void renameSelectedFile();
void updateMetadata(const BitTorrent::TorrentInfo &info);
void browseButton_clicked();
void handleDownloadFailed(const QString &url, const QString &reason);
void handleRedirectedToMagnet(const QString &url, const QString &magnetUri);
void handleDownloadFinished(const QString &url, const QString &filePath);