mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
- Removed useless variable
This commit is contained in:
parent
e8454596ea
commit
8214d87ce5
2 changed files with 0 additions and 3 deletions
|
@ -42,7 +42,6 @@
|
|||
/*SEARCH ENGINE START*/
|
||||
SearchEngine::SearchEngine(bittorrent *BTSession, QSystemTrayIcon *myTrayIcon, bool systrayIntegration) : QWidget(), BTSession(BTSession), myTrayIcon(myTrayIcon), systrayIntegration(systrayIntegration){
|
||||
setupUi(this);
|
||||
downloader = new downloadThread(this);
|
||||
// new qCompleter to the search pattern
|
||||
startSearchHistory();
|
||||
searchCompleter = new QCompleter(searchHistory, this);
|
||||
|
@ -82,7 +81,6 @@ SearchEngine::~SearchEngine(){
|
|||
delete searchTimeout;
|
||||
delete searchProcess;
|
||||
delete searchCompleter;
|
||||
delete downloader;
|
||||
}
|
||||
|
||||
void SearchEngine::tab_changed(int t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue