refs #510 Remove underscores from all the source file names

This commit is contained in:
Michał Garapich
2015-11-22 12:53:09 +01:00
parent 1fc7300982
commit 1b06e15b61
216 changed files with 334 additions and 336 deletions

View File

@@ -13,7 +13,7 @@ INCLUDEPATH += . $$SourceRoot/src
SOURCES += *.cpp
HEADERS += *.h
DISTFILES += simulator_xplane.json
DISTFILES += simulatorxplane.json
DESTDIR = $$DestRoot/bin/plugins/simulator

View File

@@ -7,11 +7,11 @@
* contained in the LICENSE file.
*/
#include "simulator_xplane.h"
#include "xbus_service_proxy.h"
#include "xbus_traffic_proxy.h"
#include "xbus_weather_proxy.h"
#include "blackcore/dbus_server.h"
#include "simulatorxplane.h"
#include "xbusserviceproxy.h"
#include "xbustrafficproxy.h"
#include "xbusweatherproxy.h"
#include "blackcore/dbusserver.h"
#include "blackmisc/logmessage.h"
#include "blackmisc/blackmiscfreefunctions.h"
#include "blackmisc/simulation/modelmappingsprovider.h"

View File

@@ -12,7 +12,7 @@
#ifndef BLACKSIMPLUGIN_SIMULATOR_XPLANE_H
#define BLACKSIMPLUGIN_SIMULATOR_XPLANE_H
#include "blackcore/simulator_common.h"
#include "blackcore/simulatorcommon.h"
#include "blackmisc/simulation/aircraftmatcher.h"
#include "blackmisc/simulation/ownaircraftprovider.h"
#include "blackmisc/simulation/aircraftmodellist.h"
@@ -222,7 +222,7 @@ namespace BlackSimPlugin
class CSimulatorXPlaneFactory : public QObject, public BlackCore::ISimulatorFactory
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "org.swift-project.blackcore.simulatorinterface" FILE "simulator_xplane.json")
Q_PLUGIN_METADATA(IID "org.swift-project.blackcore.simulatorinterface" FILE "simulatorxplane.json")
Q_INTERFACES(BlackCore::ISimulatorFactory)
public:

View File

@@ -3,8 +3,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "xbus_service_proxy.h"
#include "blackcore/dbus_server.h"
#include "xbusserviceproxy.h"
#include "blackcore/dbusserver.h"
#include <QMetaMethod>
#define XBUS_SERVICE_SERVICENAME "org.swift-project.xbus"

View File

@@ -3,8 +3,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "xbus_traffic_proxy.h"
#include "blackcore/dbus_server.h"
#include "xbustrafficproxy.h"
#include "blackcore/dbusserver.h"
#include <QMetaMethod>
#define XBUS_SERVICENAME "org.swift-project.xbus"

View File

@@ -7,8 +7,8 @@
* contained in the LICENSE file.
*/
#include "xbus_weather_proxy.h"
#include "blackcore/dbus_server.h"
#include "xbusweatherproxy.h"
#include "blackcore/dbusserver.h"
#define XBUS_SERVICENAME "org.swift-project.xbus"