From 53867b73f942bfc01636cb52ab761a19c81aef03 Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 10 Jul 2019 22:22:22 +0200 Subject: [PATCH] FileSource: removed unwanted reference to handleData() --- plugins/channeltx/filesource/filesource.h | 1 - 1 file changed, 1 deletion(-) 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_