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

@@ -11,7 +11,7 @@
#include "guimodeenums.h"
#include "blackgui/stylesheetutility.h"
#include "blackcore/registermetadata.h"
#include "blackcore/context_runtime_config.h"
#include "blackcore/contextruntimeconfig.h"
#include "blackgui/guiutility.h"
#include "blackmisc/blackmiscfreefunctions.h"
#include "blackmisc/logmessage.h"

View File

@@ -14,10 +14,10 @@
#include "blackgui/models/atcstationlistmodel.h"
#include "blackgui/components/logcomponent.h"
#include "blackgui/components/settingscomponent.h"
#include "blackcore/dbus_server.h"
#include "blackcore/context_network.h"
#include "blackcore/context_application.h"
#include "blackcore/context_ownaircraft.h"
#include "blackcore/dbusserver.h"
#include "blackcore/contextnetwork.h"
#include "blackcore/contextapplication.h"
#include "blackcore/contextownaircraft.h"
#include "blackcore/network.h"
#include "blackmisc/logmessage.h"
#include "blackmisc/audio/notificationsounds.h"

View File

@@ -17,7 +17,7 @@
#undef interface
#include "guimodeenums.h"
#include "blackcore/context_all_interfaces.h"
#include "blackcore/contextallinterfaces.h"
#include "blackcore/actionbind.h"
#include "blackcore/data/globalsetup.h"
#include "blackgui/components/enableforruntime.h"

View File

@@ -9,8 +9,8 @@
#include "swiftguistd.h"
#include "blackgui/models/atcstationlistmodel.h"
#include "blackcore/dbus_server.h"
#include "blackcore/context_network.h"
#include "blackcore/dbusserver.h"
#include "blackcore/contextnetwork.h"
using namespace BlackCore;
using namespace BlackMisc;

View File

@@ -9,8 +9,8 @@
#include "swiftguistd.h"
#include "ui_swiftguistd.h"
#include "blackcore/dbus_server.h"
#include "blackcore/context_all_interfaces.h"
#include "blackcore/dbusserver.h"
#include "blackcore/contextallinterfaces.h"
#include "blackgui/stylesheetutility.h"
#include "blackgui/guiutility.h"
#include "blackgui/components/allmaininfoareacomponents.h"