Torrent addition dialog size/pos are now remembered correctly

This commit is contained in:
Christophe Dumez
2010-06-23 15:14:38 +00:00
parent 762962270c
commit cf65e4d77d
3 changed files with 26 additions and 9 deletions

View File

@@ -102,6 +102,7 @@ private:
boost::intrusive_ptr<torrent_info> t;
QStringList files_path;
bool is_magnet;
int hidden_height;
};
#endif