Merge pull request #2676 from pmzqla/copytrackers

Allow to copy all the trackers with a keyboard shortcut
This commit is contained in:
sledgehammer999
2015-07-19 14:04:28 +03:00
2 changed files with 3 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ private:
QTreeWidgetItem* lsd_item;
QShortcut *editHotkey;
QShortcut *deleteHotkey;
QShortcut *copyHotkey;
public:
TrackerList(PropertiesWidget *properties);