mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Macro definitions should be after includes, not before.
This commit is contained in:
@@ -12,17 +12,6 @@
|
|||||||
#ifndef BLACKCORE_CONTEXTSIMULATOR_H
|
#ifndef BLACKCORE_CONTEXTSIMULATOR_H
|
||||||
#define BLACKCORE_CONTEXTSIMULATOR_H
|
#define BLACKCORE_CONTEXTSIMULATOR_H
|
||||||
|
|
||||||
//! \addtogroup dbus
|
|
||||||
//! @{
|
|
||||||
|
|
||||||
//! DBus interface for context
|
|
||||||
#define BLACKCORE_CONTEXTSIMULATOR_INTERFACENAME "org.swift_project.blackcore.contextsimulator"
|
|
||||||
|
|
||||||
//! DBus object path for context
|
|
||||||
#define BLACKCORE_CONTEXTSIMULATOR_OBJECTPATH "/simulator"
|
|
||||||
|
|
||||||
//! @}
|
|
||||||
|
|
||||||
#include "blackconfig/buildconfig.h"
|
#include "blackconfig/buildconfig.h"
|
||||||
#include "blackcore/blackcoreexport.h"
|
#include "blackcore/blackcoreexport.h"
|
||||||
#include "blackcore/context/context.h"
|
#include "blackcore/context/context.h"
|
||||||
@@ -49,6 +38,17 @@
|
|||||||
|
|
||||||
// clazy:excludeall=const-signal-or-slot
|
// clazy:excludeall=const-signal-or-slot
|
||||||
|
|
||||||
|
//! \addtogroup dbus
|
||||||
|
//! @{
|
||||||
|
|
||||||
|
//! DBus interface for context
|
||||||
|
#define BLACKCORE_CONTEXTSIMULATOR_INTERFACENAME "org.swift_project.blackcore.contextsimulator"
|
||||||
|
|
||||||
|
//! DBus object path for context
|
||||||
|
#define BLACKCORE_CONTEXTSIMULATOR_OBJECTPATH "/simulator"
|
||||||
|
|
||||||
|
//! @}
|
||||||
|
|
||||||
class QDBusConnection;
|
class QDBusConnection;
|
||||||
|
|
||||||
namespace BlackMisc
|
namespace BlackMisc
|
||||||
|
|||||||
Reference in New Issue
Block a user