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

@ -27,6 +27,8 @@ class QGraphicsScene;
class GraphicalItemHelper : public QObject
{
Q_OBJECT
public:
explicit GraphicalItemHelper(QObject *parent = nullptr,
QGraphicsScene *scene = nullptr);

View File

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

View File

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