Enable delete hotkey in web seed and tracker list.

Make delete hotkey in transfer list non-global.
This commit is contained in:
Nick Tiskov
2013-07-22 21:48:55 +04:00
parent 7adf012f9c
commit 107906928a
7 changed files with 13 additions and 6 deletions

View File

@@ -118,6 +118,7 @@ private:
QBtSession* BTSession;
MainWindow *main_window;
QShortcut *editHotkey;
QShortcut *deleteHotkey;
};
#endif // TRANSFERLISTWIDGET_H