Searched refs:addToSearch (Results 1 – 8 of 8) sorted by relevance
228 void addToSearch( const QString& selection );281 void addToSearch();
579 void CrawlerWidget::addToSearch( const QString& string ) in addToSearch() function in CrawlerWidget786 connect(logMainView, SIGNAL( addToSearch( const QString& ) ), in setup()787 this, SLOT( addToSearch( const QString& ) ) ); in setup()788 connect(filteredView, SIGNAL( addToSearch( const QString& ) ), in setup()789 this, SLOT( addToSearch( const QString& ) ) ); in setup()
176 void addToSearch( const QString& string );
973 void AbstractLogView::addToSearch() in addToSearch() function in AbstractLogView977 emit addToSearch( selection_.getSelectedText( logData ) ); in addToSearch() local1378 this, SLOT( addToSearch() ) ); in createMenu()