qdbus_symbols.cpp: Include qdbus_symbols_p.h
Remove external declarations from the source file. Change-Id: I9e43666fd646a2d3372607a4514f727ee80d2daf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
9d4e4deaa2
commit
5fa733e632
@ -2,7 +2,7 @@
|
|||||||
// Copyright (C) 2016 Intel Corporation.
|
// Copyright (C) 2016 Intel Corporation.
|
||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||||
|
|
||||||
#include <QtCore/qglobal.h>
|
#include "qdbus_symbols_p.h"
|
||||||
#include <QtCore/qlatin1stringview.h>
|
#include <QtCore/qlatin1stringview.h>
|
||||||
#if QT_CONFIG(library)
|
#if QT_CONFIG(library)
|
||||||
#include <QtCore/qlibrary.h>
|
#include <QtCore/qlibrary.h>
|
||||||
@ -12,14 +12,10 @@
|
|||||||
|
|
||||||
#ifndef QT_NO_DBUS
|
#ifndef QT_NO_DBUS
|
||||||
|
|
||||||
extern "C" void dbus_shutdown();
|
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
using namespace Qt::StringLiterals;
|
using namespace Qt::StringLiterals;
|
||||||
|
|
||||||
void (*qdbus_resolve_me(const char *name))();
|
|
||||||
|
|
||||||
#if !defined QT_LINKED_LIBDBUS
|
#if !defined QT_LINKED_LIBDBUS
|
||||||
|
|
||||||
#if QT_CONFIG(library)
|
#if QT_CONFIG(library)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user