changes in Extensions ABI

* rewrite aggregator to normal qt ui
* use X-AW prefix for formatters options
* fix logging
* use nullptr in headers
This commit is contained in:
2016-05-13 13:23:25 +03:00
parent 326c65528d
commit 51c7299ad0
25 changed files with 186 additions and 117 deletions

View File

@ -70,10 +70,10 @@ private slots:
void weatherReplyReceived(QNetworkReply *reply);
private:
QNetworkAccessManager *m_manager;
QNetworkAccessManager *m_manager = nullptr;
QUrl m_url;
bool isRunning = false;
Ui::ExtWeather *ui;
Ui::ExtWeather *ui = nullptr;
void translate();
// properties
QString m_city = QString("London");