Skip to content
Snippets Groups Projects
Commit 8786f892 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

client: fix copy-paste error

Change-Id: I7663ec4d2a973ef6e2472ba33e650a8dccf5c283
Refs: #48032
parent 51d98651
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,12 @@
#include "client/configurationmanager.h"
#include "client/presencemanager.h"
Client::Client() : callManager_(new CallManager)
#ifdef SFL_VIDEO
#include "videomanager.h"
#endif // SFL_VIDEO
Client::Client() :
callManager_(new CallManager)
, configurationManager_(new ConfigurationManager)
#ifdef SFL_PRESENCE
, presenceManager_(new PresenceManager)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment