Comment #1 on issue 13 by tkrotoff: Under Linux FindFiles does not sort the
files
http://code.google.com/p/quarkplayer/issues/detail?id=13
Fix in r1267 and r1268
Comment #2 on issue 13 by tkrotoff: Under Linux FindFiles does not sort the
files
http://code.google.com/p/quarkplayer/issues/detail?id=13
This code does not work, the model gets mixed-up
void FileSearchItem::appendChild(FileSearchItem * newItem) {
_childItems.append(newItem);
sort();
}
See r1305
Comment #4 on issue 13 by tkrotoff: Under Linux FindFiles does not sort the
files
http://code.google.com/p/quarkplayer/issues/detail?id=13
(No comment was entered for this change.)