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

@@ -1,15 +0,0 @@
/* Copyright (C) 2016
* swift Project Community / Contributors
*
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
* directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project,
* including this file, may be copied, modified, propagated, or distributed except according to the terms
* contained in the LICENSE file.
*/
#include "weatherdata.h"
namespace BlackCore
{
} // namespace

View File

@@ -20,7 +20,6 @@
namespace BlackCore
{
/*!
* Interface to weather data
*/

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(); }
}
}

View File

@@ -77,7 +77,6 @@ namespace BlackCore
BlackMisc::Weather::CWeatherGrid m_weatherGrid;
bool m_isWeatherClear = false;
};
} // ns
#endif // guard

View File

@@ -8,7 +8,6 @@
*/
#include "swiftdata.h"
#include "blackcore/application.h"
#include "blackcore/data/globalsetup.h"
#include "blackgui/components/datamaininfoareacomponent.h"
#include "blackgui/components/dbmappingcomponent.h"