Changeset 2937

Show
Ignore:
Timestamp:
04/26/06 11:42:28 (3 years ago)
Author:
madcat
Message:

Removed unused connect call.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hngui/transfertabs.cpp

    r2933 r2937  
    6767        } else if (col == 1) { 
    6868                return text(1).toUInt() < other.text(1).toUInt(); 
    69         }  
     69        } 
    7070        return QTreeWidgetItem::operator<(other); 
    7171} 
     
    8686 
    8787        CustomHeader *h = new CustomHeader( 
    88                 m_commentFrame->commentList->header()->orientation(),  
     88                m_commentFrame->commentList->header()->orientation(), 
    8989                m_commentFrame->commentList->header()->parentWidget() 
    9090        ); 
    9191        h->disableColumnSelection(); 
    92         connect(h, SIGNAL(restoreDefaults()), SLOT(init())); 
    9392        m_commentFrame->commentList->setHeader(h); 
    9493        h->setObjectName("comments"); 
     
    143142        connect(m_ui->typeSelect, SIGNAL(clicked()), SLOT(showTypeMenu())); 
    144143        connect( 
    145                 m_detailsBar->destButton, SIGNAL(clicked()),  
     144                m_detailsBar->destButton, SIGNAL(clicked()), 
    146145                SLOT(changeFileDest()) 
    147146        ); 
    148147        connect( 
    149                 m_detailsBar->setButton, SIGNAL(clicked()),  
     148                m_detailsBar->setButton, SIGNAL(clicked()), 
    150149                SLOT(renameClicked()) 
    151150        ); 
     
    153152        connect(m_commentTimer, SIGNAL(timeout()), SLOT(getMoreComments())); 
    154153        connect( 
    155                 m_ui->allList, SIGNAL(namesUpdated(Engine::DownloadInfoPtr)),  
     154                m_ui->allList, SIGNAL(namesUpdated(Engine::DownloadInfoPtr)), 
    156155                SLOT(updateComments(Engine::DownloadInfoPtr)) 
    157156        ); 
     
    295294        if (ret == fromFile) { 
    296295                QString s = QFileDialog::getOpenFileName( 
    297                         this, "Select file to open", "",  
     296                        this, "Select file to open", "", 
    298297                        "Download packages (*.torrent)" 
    299298                ); 
     
    432431                        int h = m_ui->actionBar->height(); 
    433432                        if ( 
    434                                 m_actionBack.width() != w ||  
     433                                m_actionBack.width() != w || 
    435434                                m_actionBack.height() != h 
    436435                        ) { 
     
    448447                        int h = m_ui->detailsBar->height() - 2; 
    449448                        if ( 
    450                                 m_detailsBack.width() != w ||  
     449                                m_detailsBack.width() != w || 
    451450                                m_detailsBack.height() != h 
    452451                        ) {