use sockets from MPD instead of running curl

This commit is contained in:
2016-07-28 15:34:52 +03:00
parent 90c33ab24d
commit 1864dc71d5
17 changed files with 75 additions and 30 deletions

View File

@ -28,6 +28,8 @@
class OWMWeatherProvider : public AbstractWeatherProvider
{
Q_OBJECT
public:
explicit OWMWeatherProvider(QObject *parent, const int number);
virtual ~OWMWeatherProvider();