mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #510 Remove underscores from all the source file names
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
*/
|
||||
|
||||
#include "swiftcore.h"
|
||||
#include "blackcore/context_runtime.h"
|
||||
#include "blackcore/context_application.h"
|
||||
#include "blackcore/context_application_impl.h"
|
||||
#include "blackcore/dbus_server.h"
|
||||
#include "blackcore/contextruntime.h"
|
||||
#include "blackcore/contextapplication.h"
|
||||
#include "blackcore/contextapplicationimpl.h"
|
||||
#include "blackcore/dbusserver.h"
|
||||
#include "blackmisc/icons.h"
|
||||
#include "blackmisc/worker.h"
|
||||
#include "blackmisc/network/networkutils.h"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "blackmisc/project.h"
|
||||
#include "blackgui/components/logcomponent.h"
|
||||
#include "blackgui/components/enableforruntime.h"
|
||||
#include "blackcore/dbus_server.h"
|
||||
#include "blackcore/dbusserver.h"
|
||||
#include "blackgui/stylesheetutility.h"
|
||||
#include <QMenu>
|
||||
#include <QMessageBox>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#ifndef SWIFTCORE_H
|
||||
#define SWIFTCORE_H
|
||||
|
||||
#include "blackcore/context_runtime.h"
|
||||
#include "blackcore/contextruntime.h"
|
||||
#include "blackgui/systemtraywindow.h"
|
||||
#include "blackgui/components/enableforruntime.h"
|
||||
#include "blackmisc/statusmessage.h"
|
||||
|
||||
Reference in New Issue
Block a user