diff --git a/plugins/channeltx/filesource/filesource.h b/plugins/channeltx/filesource/filesource.h index 46404e330..72b2e0cdf 100644 --- a/plugins/channeltx/filesource/filesource.h +++ b/plugins/channeltx/filesource/filesource.h @@ -429,7 +429,6 @@ private: private slots: void networkManagerFinished(QNetworkReply *reply); - void handleData(); }; #endif // PLUGINS_CHANNELTX_FILESOURCE_FILESOURCE_H_