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

@ -39,7 +39,7 @@ public:
private:
QStringList getSources();
// configuration and values
ExtItemAggregator<ExtScript> *extScripts;
ExtItemAggregator<ExtScript> *extScripts = nullptr;
QStringList m_sources;
};

View File

@ -39,7 +39,7 @@ public:
private:
QStringList getSources();
// configuration and values
ExtItemAggregator<ExtQuotes> *extQuotes;
ExtItemAggregator<ExtQuotes> *extQuotes = nullptr;
QStringList m_sources;
QVariantHash m_values;
};

View File

@ -39,7 +39,7 @@ public:
private:
QStringList getSources();
// configuration and values
ExtItemAggregator<ExtUpgrade> *extUpgrade;
ExtItemAggregator<ExtUpgrade> *extUpgrade = nullptr;
QStringList m_sources;
};

View File

@ -39,7 +39,7 @@ public:
private:
QStringList getSources();
// configuration and values
ExtItemAggregator<ExtWeather> *extWeather;
ExtItemAggregator<ExtWeather> *extWeather = nullptr;
QStringList m_sources;
QVariantHash m_values;
};