- SearchPlugin checks for Content-type -header, so now it is able to download
[qtrapids] / src / plugins / searchplugin / SearchPlugin.h
index 1b16330..eecabd3 100644 (file)
@@ -30,6 +30,7 @@ class QComboBox;
 class QPushButton;
 class QLineEdit;
 class QWebView;
+class QNetworkReply;
 class DownloadManager;
 class QDir;
 
@@ -56,6 +57,7 @@ class SearchPlugin : public PluginInterface
                void on_searchButton_clicked();
                void on_searchResult(QWidget* resultWidget);
                void on_loadFinished(bool ok);
+               void on_networkReplyFinished(QNetworkReply* reply);
                void on_linkClicked(const QUrl& url);
                void on_downloadFinished(QString filepath);