QDirIterator: another one bites the dust
commit615e3e55fc56a5f5378db404cd89a443e7e74e56
authorJoão Abecasis <joao@abecasis.name>
Thu, 16 Jul 2009 17:17:45 +0000 (16 19:17 +0200)
committerJoão Abecasis <joao@abecasis.name>
Wed, 22 Jul 2009 12:36:15 +0000 (22 14:36 +0200)
tree8fdf3403a31773c0e961a22070d251ee90f74e95
parent40276797e5a1e723826afe0c4d4cdeef99f1d309
QDirIterator: another one bites the dust

Removing another data member in QDirIteratorPrivate.

The only reason I see for not doing this is to delay doing work as much
as possible. Since copy constructors are disabled anyway, once
QDirIterator is instantiated one has already signed up for the pain.

The code also looks cleaner this way.

Reviewed-by: Marius Storm-Olsen
src/corelib/io/qdiriterator.cpp