Formatting

This commit is contained in:
Klaus Basan
2017-04-14 02:14:42 +02:00
committed by Mathew Sutcliffe
parent 6e6fb1f9a8
commit 6802246276
5 changed files with 0 additions and 20 deletions

View File

@@ -27,7 +27,6 @@ using namespace BlackMisc::PhysicalQuantities;
namespace BlackCore
{
CWeatherManager::CWeatherManager(QObject *parent) : QObject(parent)
{
m_pluginManagerWeatherData.collectPlugins();
@@ -132,5 +131,4 @@ namespace BlackCore
// In case there are pending requests, start over again
if (m_pendingRequests.size() > 0) { fetchNextWeatherData(); }
}
}