Move editHotkey out of class definition

Also since parent is setup correctly, remove the redundant delete
This commit is contained in:
Chocobo1
2017-05-09 13:01:28 +08:00
parent 94909d9b92
commit 4d4097d819
2 changed files with 1 additions and 3 deletions

View File

@@ -110,7 +110,6 @@ private:
QString m_filePath;
BitTorrent::InfoHash m_hash;
BitTorrent::TorrentInfo m_torrentInfo;
QShortcut *editHotkey;
QByteArray m_headerState;
int m_oldIndex;
QScopedPointer<TorrentFileGuard> m_torrentGuard;