mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Rename remaining "black" identifiers
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
//! \file
|
||||
//! \ingroup samplemiscdbus
|
||||
|
||||
#ifndef BLACKSAMPLE_SERVICETOOL_H
|
||||
#define BLACKSAMPLE_SERVICETOOL_H
|
||||
#ifndef SWIFT_SAMPLE_SERVICETOOL_H
|
||||
#define SWIFT_SAMPLE_SERVICETOOL_H
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDBusArgument>
|
||||
@@ -21,7 +21,7 @@ namespace swift::misc
|
||||
{
|
||||
class CDBusServer;
|
||||
}
|
||||
namespace BlackSample
|
||||
namespace swift::sample
|
||||
{
|
||||
class Testservice; // forward declaration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user