Add 'Open' and 'Open Containing Folder' entries in the content's right-click menu. Closes #1143.

This commit is contained in:
sledgehammer999
2014-08-15 12:50:42 +03:00
parent efb3936ef1
commit 3e734ab4f6
2 changed files with 74 additions and 53 deletions

View File

@@ -95,9 +95,13 @@ public slots:
void readSettings();
void saveSettings();
void reloadPreferences();
void openDoubleClickedFile(QModelIndex);
void openDoubleClickedFile(const QModelIndex &);
void updateSavePath(const QTorrentHandle& h);
private:
void openFile(const QModelIndex &index);
void openFolder(const QModelIndex &index, bool containing_folder);
private:
TransferListWidget *transferList;
MainWindow *main_window;