mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #510 Remove underscores from all the source file names
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "blackmisc/registermetadata.h"
|
||||
#include "servicetool.h"
|
||||
#include "blackcore/dbus_server.h"
|
||||
#include "blackcore/dbusserver.h"
|
||||
#include <QDBusMetaType>
|
||||
#include <QtDBus/qdbusabstractinterface.h>
|
||||
#include <QtDBus/qdbusconnection.h>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "servicetool.h"
|
||||
#include "testservice.h"
|
||||
#include "testservice_interface.h"
|
||||
#include "blackcore/dbus_server.h"
|
||||
#include "blackcore/dbusserver.h"
|
||||
|
||||
#include <QTextStream>
|
||||
#include <QString>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#ifndef BLACKMISCTEST_SERVICETOOL_H
|
||||
#define BLACKMISCTEST_SERVICETOOL_H
|
||||
|
||||
#include "blackcore/dbus_server.h"
|
||||
#include "blackcore/dbusserver.h"
|
||||
#include "blackmisc/aviation/atcstationlist.h"
|
||||
#include "blackmisc/aviation/airportlist.h"
|
||||
#include "blackmisc/network/clientlist.h"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "client.h"
|
||||
#include "blackcore/network_vatlib.h"
|
||||
#include "blackcore/networkvatlib.h"
|
||||
#include <iostream>
|
||||
#include <QStringList>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* 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 "blackcore/network_vatlib.h"
|
||||
#include "blackcore/networkvatlib.h"
|
||||
#include "blackmisc/loghandler.h"
|
||||
#include "client.h"
|
||||
#include "reader.h"
|
||||
|
||||
Reference in New Issue
Block a user