--nextPart1978494.Zbg4uk6kMv Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 16 September 2004 01:13, Aaron Seigo wrote: > /** > * @return a list containing the currently selected items. > + * > + * @deprecated > */ > - QPtrList selectedItems() const; // ### BIC: KDE 4: use = an implicitly shared class! (QValueList?) > + QPtrList selectedItems() const; Additionally the API doc for selectedItems() should state that it's=20 equivalent to selectedItems( true ), i.e. /** =2D * @return a list containing the currently selected items. + * @return a list containing the currently selected items (including hid= den items). + * + * @deprecated Use selectedItems( true ) instead. */ =2D QPtrList selectedItems() const; // ### BIC: KDE 4: use = an implicitly shared class! (QValueList?) + QPtrList selectedItems() const; Regards, Ingo --nextPart1978494.Zbg4uk6kMv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBTHCCGnR+RTDgudgRArGZAKDOOdCH7IaNeOW5U5qSV4GXDVxLVQCfeSny UslbK7bLTUahxl4JEZCtfas= =/AW1 -----END PGP SIGNATURE----- --nextPart1978494.Zbg4uk6kMv--