1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-04-21 21:52:03 +02:00

misc: remove legacy mocking inclusion

Change-Id: Ie187f459b136c36fbb65c21fdaa4f05958244474
This commit is contained in:
Sébastien Blin 2024-02-19 09:07:49 -05:00
parent 39da97396c
commit 0f62829588
6 changed files with 0 additions and 24 deletions

View file

@ -18,16 +18,12 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/callmanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "../qtwrapper/callmanager_wrap.h"
#else
#include "callmanager_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>
namespace CallManager {

View file

@ -18,9 +18,6 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/configurationmanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "../qtwrapper/configurationmanager_wrap.h"
#else
@ -28,7 +25,6 @@
#include <QDBusPendingReply>
#include "../qtwrapper/conversions_wrap.hpp"
#endif
#endif
#include <typedefs.h>
namespace ConfigurationManager {

View file

@ -18,16 +18,12 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/instancemanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "../qtwrapper/instancemanager_wrap.h"
#else
#include "instance_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>
namespace InstanceManager {

View file

@ -17,16 +17,12 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
// #include "../../test/mocks/pluginmanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "pluginmanager_wrap.h"
#else
#include "plugin_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>

View file

@ -16,16 +16,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/presencemanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "../qtwrapper/presencemanager_wrap.h"
#else
#include "presencemanager_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>

View file

@ -17,16 +17,12 @@
***************************************************************************/
#pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/videomanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP
#include "videomanager_wrap.h"
#else
#include "video_dbus_interface.h"
#include <QDBusPendingReply>
#endif
#endif
#include <typedefs.h>