Correctly restore 'name' column width when loading magnet links in the 'Add new torrent dialog'. Closes #1334.

This commit is contained in:
sledgehammer999
2014-02-02 19:59:22 +02:00
parent 202006bdd1
commit c59793b33f
2 changed files with 4 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ private:
QStringList m_filesPath;
bool m_hasRenamedFile;
QShortcut *editHotkey;
QByteArray m_headerState;
};
#endif // ADDNEWTORRENTDIALOG_H