mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
@@ -38,7 +38,6 @@
|
||||
#include "ui_searchwidget.h"
|
||||
|
||||
class MainWindow;
|
||||
class LineEdit;
|
||||
class SearchEngine;
|
||||
struct SearchResult;
|
||||
class SearchTab;
|
||||
@@ -71,7 +70,7 @@ private slots:
|
||||
void searchStarted();
|
||||
void searchFinished(bool cancelled);
|
||||
void searchFailed();
|
||||
void selectMultipleBox(const QString &text);
|
||||
void selectMultipleBox(int index);
|
||||
|
||||
void addTorrentToSession(const QString &source);
|
||||
|
||||
@@ -84,7 +83,6 @@ private:
|
||||
QString selectedCategory() const;
|
||||
QString selectedPlugin() const;
|
||||
|
||||
LineEdit *m_searchPattern;
|
||||
SearchEngine *m_searchEngine;
|
||||
QPointer<SearchTab> m_currentSearchTab; // Selected tab
|
||||
QPointer<SearchTab> m_activeSearchTab; // Tab with running search
|
||||
|
||||
Reference in New Issue
Block a user