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:
Ievgenii Meshcheriakov 2023-09-06 14:01:11 +02:00
parent 9d4e4deaa2
commit 5fa733e632

View File

@ -2,7 +2,7 @@
// 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
#include <QtCore/qglobal.h>
#include "qdbus_symbols_p.h"
#include <QtCore/qlatin1stringview.h>
#if QT_CONFIG(library)
#include <QtCore/qlibrary.h>
@ -12,14 +12,10 @@
#ifndef QT_NO_DBUS
extern "C" void dbus_shutdown();
QT_BEGIN_NAMESPACE
using namespace Qt::StringLiterals;
void (*qdbus_resolve_me(const char *name))();
#if !defined QT_LINKED_LIBDBUS
#if QT_CONFIG(library)