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

List:       kde-commits
Subject:    kdebase/konqueror/sidebar/trees
From:       Scott Wheeler <wheeler () kde ! org>
Date:       2003-08-31 18:26:16
[Download RAW message or body]

CVS commit by wheeler: 

This slot doesn't do anything (except cause a warning) and hasn't in some
time.  Removing it.


  M +0 -14     konq_sidebartree.cpp   1.37
  M +0 -1      konq_sidebartree.h   1.12


--- kdebase/konqueror/sidebar/trees/konq_sidebartree.cpp  #1.36:1.37
@@ -135,6 +135,4 @@ KonqSidebarTree::KonqSidebarTree( KonqSi
              this, SLOT( slotSelectionChanged() ) );
 
-    connect( this, SIGNAL( onItem( QListViewItem * )),
-             this, SLOT( slotOnItem( QListViewItem * ) ) );
     connect( this, SIGNAL(itemRenamed(QListViewItem*, const QString &, int)),
              this, SLOT(slotItemRenamed(QListViewItem*, const QString &, int)));
@@ -710,16 +708,4 @@ KonqSidebarTreeItem * KonqSidebarTree::c
 {
     return static_cast<KonqSidebarTreeItem *>( selectedItem() );
-}
-
-void KonqSidebarTree::slotOnItem( QListViewItem *item )
-{
-    KonqSidebarTreeItem *i = static_cast<KonqSidebarTreeItem *>( item );
-/*
-    const KURL& url = i->externalURL();
-
-    if ( url.isLocalFile() )
-        emitStatusBarText( url.path() );
-    else
-        emitStatusBarText( url.prettyURL() );*/
 }
 

--- kdebase/konqueror/sidebar/trees/konq_sidebartree.h  #1.11:1.12
@@ -127,5 +127,4 @@ private slots:
     void rescanConfiguration();
 
-    void slotOnItem( QListViewItem * );
     void slotItemRenamed(QListViewItem*, const QString &, int);
 


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

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