- Merged major-gui-lift branch

This commit is contained in:
Christophe Dumez
2009-11-09 20:33:19 +00:00
41 changed files with 2973 additions and 4440 deletions

View File

@@ -179,8 +179,8 @@ public:
// set row Color
setItemColor(first->index(), "green");
// Add children
QList<const torrent_file*> children = root->getChildren();
foreach(const torrent_file *child, children) {
QList<torrent_file*> children = root->getChildren();
foreach(torrent_file *child, children) {
addFilesToTree(child, first);
}
}