diff --git a/src/dbus/qdbus_symbols.cpp b/src/dbus/qdbus_symbols.cpp index 676bc3d4be3..be6dfc13327 100644 --- a/src/dbus/qdbus_symbols.cpp +++ b/src/dbus/qdbus_symbols.cpp @@ -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 +#include "qdbus_symbols_p.h" #include #if QT_CONFIG(library) #include @@ -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)