[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdeui
From:       Laurent Montel <montel () kde ! org>
Date:       2005-11-17 15:44:40
Message-ID: 1132242280.556366.14634.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 481035 by mlaurent:

Merge function


 M  +0 -5      klistview.cpp  
 M  +1 -7      klistview.h  


--- trunk/KDE/kdelibs/kdeui/klistview.cpp #481034:481035
@@ -1209,11 +1209,6 @@
   d->dropVisualizer=b;
 }
 
-Q3PtrList<Q3ListViewItem> KListView::selectedItems() const
-{
-  return selectedItems(true);
-}
-
 Q3PtrList<Q3ListViewItem> KListView::selectedItems(bool includeHiddenItems) const
 {
   Q3PtrList<Q3ListViewItem> list;
--- trunk/KDE/kdelibs/kdeui/klistview.h #481034:481035
@@ -150,12 +150,6 @@
    */
   bool isExecuteArea( int x );
 
-  /**
-   * @return a list containing the currently selected items.
-   *
-   * @deprecated
-   */
-  Q3PtrList<Q3ListViewItem> selectedItems() const;
 
   /**
    * @return a list containing the currently selected items.
@@ -167,7 +161,7 @@
    *
    * @since 3.4
    */
-  Q3PtrList<Q3ListViewItem> selectedItems(bool includeHiddenItems) const; // ### \
BIC: KDE 4: use an implicitly shared class! (QValutList?) and merge with above, \
default to true +  Q3PtrList<Q3ListViewItem> selectedItems(bool includeHiddenItems = \
true ) const; // ### BIC: KDE 4: use an implicitly shared class! (QValutList?) and \
merge with above, default to true  
   /**
    * Arbitrarily move @p item to @p parent, positioned immediately after item @p \
after.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic