mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Formatting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6e6fb1f9a8
commit
6802246276
@@ -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
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
/*!
|
||||
* Interface to weather data
|
||||
*/
|
||||
|
||||
@@ -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(); }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -77,7 +77,6 @@ namespace BlackCore
|
||||
BlackMisc::Weather::CWeatherGrid m_weatherGrid;
|
||||
bool m_isWeatherClear = false;
|
||||
};
|
||||
|
||||
} // ns
|
||||
|
||||
#endif // guard
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user