From kde-core-devel Sat Sep 18 17:29:30 2004 From: Ingo =?utf-8?q?Kl=C3=B6cker?= Date: Sat, 18 Sep 2004 17:29:30 +0000 To: kde-core-devel Subject: Re: bug #86756: klistview::selectedItems() returns hidden items Message-Id: <200409181929.38344 () erwin ! ingo-kloecker ! de> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=109552860919903 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--nextPart1978494.Zbg4uk6kMv" --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--