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:
parent
39da97396c
commit
0f62829588
6 changed files with 0 additions and 24 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue